From 8419b80b1b206262c42fee46cb2b9cc632904509 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 27 May 2013 16:38:46 +0100 Subject: kill debug Data::Printer --- lib/TFL/Bus.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/TFL/Bus.pm b/lib/TFL/Bus.pm index d704f19..820d630 100644 --- a/lib/TFL/Bus.pm +++ b/lib/TFL/Bus.pm @@ -102,8 +102,6 @@ sub request { if ($http_response->is_success) { my $json = $http_response->content; - use Data::Printer;p $json; - return TFL::Bus::Response->new_from_json( $request->ReturnList, $json -- cgit v1.2.3