3428: When running with pythonw.exe, Windows may crash if you write to stdout
svn: r14396
This commit is contained in:
@ -137,7 +137,6 @@ def _read_recs(table, bname):
|
||||
recs.append(tups)
|
||||
|
||||
log.info("# length %s.recs[] = %d" % (table['name1'], len(recs)))
|
||||
print "# length %s.recs[] = %d" % (table['name1'], len(recs))
|
||||
return recs
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user