Skip to content

Commit

Permalink
toggle debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ecapuano committed Nov 24, 2016
1 parent ee60aeb commit 6fe0386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/OTXQuery/otxquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_param(name, default=None, message=None, current=artifact):
return get_param(name[1:], default, message, value)

def debug(msg):
print >> sys.stderr, msg
#print >> sys.stderr, msg
pass

http_proxy = get_param('config.proxy.http')
Expand Down

0 comments on commit 6fe0386

Please sign in to comment.