summaryrefslogtreecommitdiff
path: root/src/client.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-01-30 03:06:38 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-01-30 03:06:38 +0000
commite5683d781d0783ebf13eaed8c3d421f1edd00fb5 (patch)
tree6bc67090a990fd16a95f43c7a95c30dab6fde4e5 /src/client.py
parent95c7ad4ac82762e3e017cd8ef85d267add803126 (diff)
downloadpoezio-e5683d781d0783ebf13eaed8c3d421f1edd00fb5.tar.gz
poezio-e5683d781d0783ebf13eaed8c3d421f1edd00fb5.tar.bz2
poezio-e5683d781d0783ebf13eaed8c3d421f1edd00fb5.tar.xz
poezio-e5683d781d0783ebf13eaed8c3d421f1edd00fb5.zip
/nick
Diffstat (limited to 'src/client.py')
-rw-r--r--src/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.py b/src/client.py
index 6ed27272..47a87071 100644
--- a/src/client.py
+++ b/src/client.py
@@ -25,7 +25,7 @@ from handler import Handler
from gui import Gui
from curses import wrapper, initscr
-sys.stderr = open('logs', 'a')
+# sys.stderr = open('logs', 'a')
if len(sys.argv) == 1: # not debug, so hide any error message and disable C-c
import signal
signal.signal(signal.SIGINT, signal.SIG_IGN)