removed the extra print statement in Table.pm, xcat-Bugs-2777872

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3238 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2009-04-22 14:06:46 +00:00
parent 57f91bf3db
commit 467fa95c49

View File

@ -149,7 +149,7 @@ sub buildcreatestmt
}
$retv =~ s/,$/)\n)/;
}
print "retv=$retv\n";
#print "retv=$retv\n";
return $retv;
}