Skip to content
Snippets Groups Projects
Commit 36ecc4d4 authored by Udai Singh's avatar Udai Singh
Browse files

removed print statements

parent f1917a82
Branches
Tags
No related merge requests found
......@@ -150,7 +150,6 @@ class blissdata_dispacher:
def push_datastream(self, doc):
# ------------------------------------------------------------------ #
# ------------------------------------------------------------------ #
print(doc.get('data'))
_logger.debug(f"pushing data to redis sever for {self.uid}")
_logger.debug(f"event doc data {doc}")
data=doc.get('data')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment