Skip to content
Snippets Groups Projects
Commit 5c6ab2eb authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

ModuleI3Status: Hidde debug print

parent d6587bf8
Branches
No related tags found
No related merge requests found
......@@ -146,7 +146,6 @@ namespace i3csstatus {
{
throw new ModuleI3StatusException();
}
Console.WriteLine(line[1..]);
JsonArray json = JsonObject.Parse(line[1..]).AsArray();
if(json.Count != modules.Count)
throw new Exception("Parse i3status error");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment