Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
Removed debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahriyarR committed Jan 30, 2017
1 parent b4ee868 commit 08542d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions TB_XB_test_scripts/AutoTokuBackup/general_conf/generalops.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ def __init__(self, config='/etc/tokubackup.conf'):

DB = con['MySQL']
self.mysql = DB['mysql']
print(self.mysql)
self.mysql_user = DB['user']
print(self.mysql_user)
self.mysql_password = DB['password']
print(self.mysql_user)
self.mysql_port = DB['port']
print(self.mysql_port)
if 'socket' in DB:
self.mysql_socket = DB['socket']
self.mysql_host = DB['host']
Expand Down

0 comments on commit 08542d2

Please sign in to comment.