Removed debug messages.

(cherry picked from commit af118fd4b0)
This commit is contained in:
Ramon Novoa 2015-05-04 17:06:58 +02:00
parent d77b6668be
commit 04d49173ad
1 changed files with 1 additions and 1 deletions

View File

@ -1223,7 +1223,7 @@ sub guess_os_version ($) {
################################################################################
sub exec_module ($) {
my $module = shift;
print "THREAD " . threads->tid() . " EXECUTING MODULE " . $module->{'name'} . "\n";
# Need something to execute
if ($module->{'func'} == 0) {
$ThreadSem->up () if (defined ($ThreadSem) && $Conf{'agent_threads'} > 1);