1
0
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:
Sebastian Malton 2023-05-05 13:44:01 -04:00
parent 0a2bc6cf2c
commit 81a9a94acb

View File

@ -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>