summaryrefslogtreecommitdiff
path: root/lib/TFL/Bus.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2013-05-27 16:19:04 +0100
committerdakkar <dakkar@thenautilus.net>2013-05-27 16:19:04 +0100
commitefc9140e8274590e9d698835cb717b85f39c5b65 (patch)
treeb5a20c323c586a4be48a002fd17dbb75fd27ea31 /lib/TFL/Bus.pm
parentDataBlock slices, better spans and stripes (diff)
downloadHomePanel-efc9140e8274590e9d698835cb717b85f39c5b65.tar.gz
HomePanel-efc9140e8274590e9d698835cb717b85f39c5b65.tar.bz2
HomePanel-efc9140e8274590e9d698835cb717b85f39c5b65.zip
kill debug warns
Diffstat (limited to 'lib/TFL/Bus.pm')
-rw-r--r--lib/TFL/Bus.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/TFL/Bus.pm b/lib/TFL/Bus.pm
index 1c98236..d704f19 100644
--- a/lib/TFL/Bus.pm
+++ b/lib/TFL/Bus.pm
@@ -239,7 +239,6 @@ sub new_from_array {
my %args;
my $i=1;
for my $field (@prediction_return_fields) {
- warn "lookinf a $field\n";
next unless exists $return_set->{$field};
$args{$field}=$array->[$i];
++$i;