From: Frederic Massart Date: Tue, 21 Oct 2014 05:44:36 +0000 (+0800) Subject: Remove debugging output X-Git-Tag: v1.4~30 X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=6d6df682dc4e0e6e81206321dd37be7caab51395;p=mdk.git Remove debugging output --- diff --git a/mdk/db.py b/mdk/db.py index 088655c..da7c587 100644 --- 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']),