Skip to content

Commit

Permalink
comment out unused things
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Jun 22, 2020
1 parent 3d6b462 commit 1b1350b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public class Monitor.CPUProcessTreeView : Gtk.TreeView {
tree_model.get (iter, Column.PID, out pid);
Process process = model.process_manager.get_process (pid);
process_selected (process);
debug ("cursor changed");
// debug ("cursor changed");
}
}
}
2 changes: 1 addition & 1 deletion src/Widgets/Headerbar/Search.vala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace Monitor {
var needle = this.text;

// should help with assertation errors, donno
if (needle == null) return true;
// if (needle == null) return true;

if ( needle.length == 0 ) {
return true;
Expand Down

0 comments on commit 1b1350b

Please sign in to comment.