mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
Remove debug statement
This commit is contained in:
parent
a0dcca6257
commit
14debb7729
1 changed files with 0 additions and 4 deletions
|
@ -81,10 +81,6 @@ namespace GitgDiff
|
|||
SettingsBindFlags.GET |
|
||||
SettingsBindFlags.SET);
|
||||
|
||||
d_diff.notify["visible"].connect(() => {
|
||||
stdout.printf(@"visible: $(d_diff.visible)\n");
|
||||
});
|
||||
|
||||
d_whenMapped = new Gitg.WhenMapped(d_diff);
|
||||
|
||||
d_selection_changed_id = history.selection_changed.connect(on_selection_changed);
|
||||
|
|
Loading…
Reference in a new issue