From 46cb497a0959b8cb14bbb49496be0573cbb16ccc Mon Sep 17 00:00:00 2001 From: stan Date: Sun, 20 Mar 2005 14:03:55 +0000 Subject: [PATCH] Removed extra debug line. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1381 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmcontrol-kx-hcm10.pl.z | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);