Skip to content

Commit

Permalink
Forgot to remove print statement for testing, fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Vlijm committed Sep 12, 2018
1 parent c72b6f2 commit 4c2a4f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion budgie-hotcorners/src/HotCornersApplet.vala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ namespace HCSupport {
string output;
try {
GLib.Process.spawn_command_line_sync(cmd, out output);
print(output + "\n");
if (output == "") {
return false;
}
Expand Down

0 comments on commit 4c2a4f0

Please sign in to comment.