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:
parent
57f91bf3db
commit
467fa95c49
@ -149,7 +149,7 @@ sub buildcreatestmt
|
||||
}
|
||||
$retv =~ s/,$/)\n)/;
|
||||
}
|
||||
print "retv=$retv\n";
|
||||
#print "retv=$retv\n";
|
||||
return $retv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user