Removed extra debug line.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1381 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-03-20 14:03:55 +00:00
parent 79649eb770
commit 46cb497a09
1 changed files with 1 additions and 1 deletions

View File

@ -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);