Removed debug messages.

(cherry picked from commit af118fd4b09a3d7f91971d0f4fc53a15849f1aa4)
This commit is contained in:
Ramon Novoa 2015-05-04 17:06:58 +02:00
parent d77b6668be
commit 04d49173ad

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