removed debuglogging
This commit is contained in:
parent
ec9c5742b1
commit
0821886de9
2 changed files with 0 additions and 15 deletions
14
debug.txt
14
debug.txt
|
@ -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
|
|
|
@ -45,7 +45,6 @@ proc debugLog*(str: string) =
|
||||||
|
|
||||||
proc parseInput*(): i3BarInput =
|
proc parseInput*(): i3BarInput =
|
||||||
let input = readLineFromStdin("")
|
let input = readLineFromStdin("")
|
||||||
debugLog($input)
|
|
||||||
try:
|
try:
|
||||||
let jsonNode = parseJson(input)
|
let jsonNode = parseJson(input)
|
||||||
let i3input = to(jsonNode, i3BarInput)
|
let i3input = to(jsonNode, i3BarInput)
|
||||||
|
|
Loading…
Reference in a new issue