Skip to content

Commit

Permalink
Bugfix: removed demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed Apr 14, 2018
1 parent 1c429c1 commit 938053f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pesieve.py
Expand Up @@ -62,8 +62,6 @@ def scan(self, pid):
# Debug output
results_raw = json.loads(output)
results = results_raw["scanned"]["modified"]
if pid == 360:
results["implanted"] = 1
if self.logger.debug:
print results
except Exception as e:
Expand Down

0 comments on commit 938053f

Please sign in to comment.