diff options
Diffstat (limited to 'lib/TFL')
-rw-r--r-- | lib/TFL/Bus.pm | 2 |
1 files changed, 0 insertions, 2 deletions
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 |