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:
parent
79649eb770
commit
46cb497a09
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue