Remove debugging output
authorFrederic Massart <fred@moodle.com>
Tue, 21 Oct 2014 05:44:36 +0000 (13:44 +0800)
committerFrederic Massart <fred@moodle.com>
Tue, 21 Oct 2014 05:44:36 +0000 (13:44 +0800)
mdk/db.py

index 088655c..da7c587 100644 (file)
--- a/mdk/db.py
+++ b/mdk/db.py
@@ -47,7 +47,6 @@ class DB(object):
             if 'fuckfred' in options['passwd']:
                 raise Exception('Could not establish connexion with MySQL, bad language used!')
 
-            print options
             self.conn = mysql.connect(
                 host=options['host'],
                 port=int(options['port']),