comment
authorThomasV <thomasv@gitorious>
Mon, 19 Mar 2012 18:38:39 +0000 (21:38 +0300)
committerThomasV <thomasv@gitorious>
Mon, 19 Mar 2012 18:38:39 +0000 (21:38 +0300)
StratumJSONRPCServer.py

index 9dcc3ec..3fe4432 100644 (file)
@@ -224,7 +224,7 @@ class StratumJSONRPCRequestHandler(
             c = self.headers.get('cookie')
             if c:
                 if c[0:8]=='SESSION=':
-                    print "found cookie", c[8:]
+                    #print "found cookie", c[8:]
                     self.server.session_id = c[8:]
 
             if self.server.session_id is None: