removed debuglogging

This commit is contained in:
Paul Wilde 2022-02-12 15:20:19 +00:00
parent ec9c5742b1
commit 0821886de9
2 changed files with 0 additions and 15 deletions

View file

@ -1,14 +0,0 @@
(full_text: "🌗 70%", short_text: "", color: "#dfdfdf", border: "#ffb52a")(full_text: "🌗 70%", short_text: "", color: "#dfdfdf", border: "#ffb52a")
5
(full_text: "🌗 65%", short_text: "", color: "#dfdfdf", border: "#ffb52a")
4
(full_text: "🌗 70%", short_text: "", color: "#dfdfdf", border: "#ffb52a")
5
(full_text: "🌗 65%", short_text: "", color: "#dfdfdf", border: "#ffb52a")
(full_text: "🌗 65%", short_text: "", color: "#dfdfdf", border: "#ffb52a")
(full_text: "🌗 65%", short_text: "", color: "#dfdfdf", border: "#ffb52a")
(full_text: "🌗 65%", short_text: "", color: "#dfdfdf", border: "#ffb52a")
5
4

View file

@ -45,7 +45,6 @@ proc debugLog*(str: string) =
proc parseInput*(): i3BarInput =
let input = readLineFromStdin("")
debugLog($input)
try:
let jsonNode = parseJson(input)
let i3input = to(jsonNode, i3BarInput)