Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Remove rogue debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
IBBoard committed Oct 21, 2019
1 parent 304a348 commit 864d165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/Utils.vala
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ namespace Utils {
public bool usable_json_value (Json.Object node, string value_name) {
if (!node.has_member (value_name))
return false;
debug("usable_json_value");
return !node.get_null_member (value_name);
}

Expand Down

0 comments on commit 864d165

Please sign in to comment.