forked from LiveCarta/LiveCartaMeta
remove debug info
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import os
|
||||
|
||||
for name, value in os.environ.items():
|
||||
print("{0}: {1}".format(name, value))
|
||||
|
||||
CONFIGS = {
|
||||
'db' : {
|
||||
'name' : os.environ['DB_NAME'],
|
||||
|
||||
@@ -38,7 +38,7 @@ class Updater:
|
||||
print("Start Configure")
|
||||
self.update_config()
|
||||
if hasattr(self.args, 'source') and self.is_source_exists(self.args.source):
|
||||
print("Start source update" + self.args.source)
|
||||
print("Start single source" + self.args.source)
|
||||
self.parse_source(self.args.source)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user