Skip to content
Snippets Groups Projects
Commit 8ead1fe8 authored by jkerdreu's avatar jkerdreu
Browse files

Dropped a print() ..


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2888 b32b6428-25c9-4566-ad07-03861ab6144f
parent 80b785b5
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ class WARP10Logger:
global DATA_BUF
if len(DATA_BUF)==0:
return
print(DATA_BUF)
#print(DATA_BUF)
try:
#logger.debug(DATA_BUF)
rsp = self.http.request('POST', self.cfg['url'],headers={'X-Warp10-Token':self.cfg['token']},body=DATA_BUF,retries=2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment