diff --git a/lib/App/Netdisco/Web/Plugin/Report/VlanInventory.pm b/lib/App/Netdisco/Web/Plugin/Report/VlanInventory.pm index 3c3044d7..7a1b4abc 100644 --- a/lib/App/Netdisco/Web/Plugin/Report/VlanInventory.pm +++ b/lib/App/Netdisco/Web/Plugin/Report/VlanInventory.pm @@ -75,8 +75,6 @@ get '/ajax/content/report/vlanmultiplenames' => require_login sub { return unless scalar @results; - use DDP; p @results; - if ( request->is_ajax ) { my $json = to_json (\@results); template 'ajax/report/vlanmultiplenames.tt', { results => $json }, { layout => 'noop' };