Remove leftover debug output
This commit is contained in:
parent
3b9a8c73e4
commit
097314f558
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ def main():
|
||||||
sys.stdout.writelines(sql)
|
sys.stdout.writelines(sql)
|
||||||
|
|
||||||
if not dry_run:
|
if not dry_run:
|
||||||
print("DATABASE: "+config['db'])
|
|
||||||
conn=pymysql.connect(
|
conn=pymysql.connect(
|
||||||
read_default_file='~/.my.cnf',
|
read_default_file='~/.my.cnf',
|
||||||
host=config['dbhost'],
|
host=config['dbhost'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue