Skip to content

Commit

Permalink
Removing print statement;
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-san committed Apr 19, 2021
1 parent 088fa7c commit 393be0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion name_that_hash/prettifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def greppable_output(self, objs: List):
return json.dumps(self.turn_hash_objs_into_dict(objs), indent=2)

def turn_hash_objs_into_dict(self, objs: List):
print(f"objs is {objs}")
outputs_as_dict = {}

for y in objs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "name-that-hash"
version = "1.7.0"
version = "1.7.1"
description = "The Modern Hash Identifcation System"
authors = ["brandon <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 393be0f

Please sign in to comment.