Remove unnecessary error message.

This commit is contained in:
Graeme Humphries 2012-03-16 23:11:51 -07:00
parent 492dbeadc1
commit 25836a77cf

View File

@ -248,8 +248,7 @@ class CruSSH:
# load existing config file, if present
try:
self.Config = json.load(open(os.path.expanduser('~/.crusshrc')))
except Exception as e:
print(e)
except:
pass
# init all terminals