Changeset - 3ee8c6d13684
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 9 years ago 2016-06-12 00:27:07
drewp@bigasterisk.com
rm pointless log
Ignore-this: ba166bbd90b844370e8fa8967b32d28a
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/rdfdb/patchsender.py
Show inline comments
 
@@ -109,8 +109,7 @@ def sendPatch(putUri, patch, **kw):
 
            raise ValueError("sendPatch request failed %s: %s" %
 
                             (done.code, done.body))
 
        dt = 1000 * (time.time() - sendTime)
 
        log.debug("sendPatch to %s took %sms, response: %r" %
 
                  (putUri, dt, done.body))
 
        log.debug("sendPatch to %s took %.1fms" % (putUri, dt))
 
        return done
 

	
 
    return cyclone.httpclient.fetch(
0 comments (0 inline, 0 general)