Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

rpcserver: remove a print

Changeset 7789d5f1f38b

Parent 84590784e03d

by Adrian Buehlmann

Changes to one file · Browse files at 7789d5f1f38b Showing diff from parent 84590784e03d Diff from another changeset...

 
123
124
125
126
127
128
129
130
131
132
133
134
 
123
124
125
 
 
 
126
127
 
128
129
130
@@ -123,12 +123,8 @@
  # read pipe and process request   try:   hr, data = win32file.ReadFile(pipeHandle, PIPEBUFSIZE) - message = "Processed %d bytes: '%s'" % (len(data), data) - print (message) -   if not data:   raise SystemExit # signal by dispatch terminate -   win32pipe.DisconnectNamedPipe(pipeHandle)   except win32file.error:   # Client disconnected without sending data