Get rid of some intermediate print.

This commit is contained in:
Ray 2009-06-17 14:26:16 -04:00
parent 63efc13cc9
commit 42f2b73c1a

View File

@ -34,10 +34,6 @@ import Options
(options, sys.argv) = Options.fpdb_options()
print "HUD: dbname =", options.dbname
print "HUD: config =", options.config
print "HUD: logging =", options.errorsToConsole
if not options.errorsToConsole:
print "Note: error output is being diverted to fpdb-error-log.txt and HUD-error.txt. Any major error will be reported there _only_."
errorFile = open('fpdb-error-log.txt', 'w', 0)