Removed debug print call.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1731 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-12-23 10:25:03 +00:00
parent a5cdab7e61
commit 9ad377f867
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ if ( !$server_up )
} }
elsif ( $nfound < 0 ) elsif ( $nfound < 0 )
{ {
print( "Got: $nfound - $!\n" );
if ( $! == EINTR ) if ( $! == EINTR )
{ {
# Dead child, will be reaped # Dead child, will be reaped