File: silence.patch

package info (click to toggle)
libgtk3-simplelist-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • sloc: perl: 355; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 558 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove unnecessary Dumper() callIndex: libgtk3-simplelist-perl/lib/Gtk3/SimpleList.pm
Origin: vendor
Forwarded: no
Author: Jeffrey Ratcliffe <jjr@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-12-22

--- a/lib/Gtk3/SimpleList.pm
+++ b/lib/Gtk3/SimpleList.pm
@@ -171,7 +171,6 @@
 	# but all the indices will be squashed into one array... so, ah,
 	# don't use this for TreeStores!
 	my ($indices) = $selection->get_selected_rows;
-	use Data::Dumper; warn Dumper $indices;
 	map { $_->get_indices } @$indices;
 }