diff options
author | dakkar <dakkar@thenautilus.net> | 2013-05-27 16:19:04 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2013-05-27 16:19:04 +0100 |
commit | efc9140e8274590e9d698835cb717b85f39c5b65 (patch) | |
tree | b5a20c323c586a4be48a002fd17dbb75fd27ea31 /lib/TFL | |
parent | DataBlock slices, better spans and stripes (diff) | |
download | HomePanel-efc9140e8274590e9d698835cb717b85f39c5b65.tar.gz HomePanel-efc9140e8274590e9d698835cb717b85f39c5b65.tar.bz2 HomePanel-efc9140e8274590e9d698835cb717b85f39c5b65.zip |
kill debug warns
Diffstat (limited to 'lib/TFL')
-rw-r--r-- | lib/TFL/Bus.pm | 1 |
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; |