diff --git a/scripts/zmcontrol-kx-hcm10.pl.z b/scripts/zmcontrol-kx-hcm10.pl.z index 9d3c0fc86..79d71f915 100644 --- a/scripts/zmcontrol-kx-hcm10.pl.z +++ b/scripts/zmcontrol-kx-hcm10.pl.z @@ -159,7 +159,7 @@ sub sendCmd my $ua = LWP::UserAgent->new; $ua->agent( "ZoneMinder Control Agent/".ZM_VERSION ); - print( "http://$address/$cmd\n" ); + #print( "http://$address/$cmd\n" ); my $req = HTTP::Request->new( GET=>"http://$address/$cmd" ); my $res = $ua->request($req);