mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Remove debug logging
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0a2bc6cf2c
commit
81a9a94acb
@ -56,8 +56,6 @@ assert(inputFile, "input file not found");
|
|||||||
assert(noticeFile, "notice icon file not found");
|
assert(noticeFile, "notice icon file not found");
|
||||||
assert(spinnerFile, "spinner icon file not found");
|
assert(spinnerFile, "spinner icon file not found");
|
||||||
|
|
||||||
console.log(inputFile, noticeFile, spinnerFile)
|
|
||||||
|
|
||||||
const getSvgStyling = (colouring: "dark" | "light") => (
|
const getSvgStyling = (colouring: "dark" | "light") => (
|
||||||
`
|
`
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user