]> git.defcon.no Git - hermes/blobdiff - api/t/phone.t
Trivial documentation update. Removing Dumper from tests
[hermes] / api / t / phone.t
index 695610bfa54f32ee9d610b1ce334edec7d959886..baccaf5ca515ca4c1356fc546c4f6f98205bb42a 100644 (file)
@@ -3,7 +3,6 @@
 use strict;
 use Test::More 'no_plan';
 use tests_common;
-use Data::Dumper;
 
 # Configuration variables defined in tests_common
 # Make sure those are updated/set correctly..
@@ -67,8 +66,6 @@ undef $data;
 $data = exec_apinode("phone/list", { 'search' => $test_macaddress });
 is( $data->{'response'}, 'ok',                 'phone/list search result');
 ok($data->{'list'},                    'phone/list search array');
-print Dumper($data->{'list'});
-
 undef $data;
 
 $data = exec_apinode("phone/get", { 'mac' => $test_macaddress });