TT#32600 fix accidental debug statement data printer

Change-Id: Ia85816a6a512d615b8ae3e5a651d98d50b895669
changes/49/19149/1
Gerhard Jungwirth 8 years ago
parent 398edbd273
commit 6e93a2551d

@ -22,7 +22,6 @@ sub dispatch {
->search_related('xmlhostgroups')->search_related('host', {}, { order_by => 'id' });
$hosts = [map { +{ip => $_->ip, port => $_->port, path => $_->path,
id => $_->id} } $host_rs->all];
use DDP; p $hosts;
}
use Data::Dumper;

Loading…
Cancel
Save