diff service/reasoning/reasoning.py @ 251:254df9f881a6

start sending oneshot events from some devices Ignore-this: 2c98200e9bab1acca872f4cdcaf88e4d
author drewp@bigasterisk.com
date Fri, 12 Feb 2016 02:41:29 -0800
parents c1287ab87add
children 57f16890ab3a
line wrap: on
line diff
--- a/service/reasoning/reasoning.py	Tue Feb 09 22:10:38 2016 -0800
+++ b/service/reasoning/reasoning.py	Fri Feb 12 02:41:29 2016 -0800
@@ -310,7 +310,7 @@
         try:
             g = parseRdf(self.request.body, self.request.headers['content-type'])
             for s in g:
-                print "stmt", s
+                log.debug("oneshot stmt %r", s)
             if not len(g):
                 log.warn("incoming oneshot graph had no statements: %r", self.request.body)
                 return