Skip to content

Commit

Permalink
remove unused print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed May 25, 2021
1 parent 2934317 commit dd42aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/spatial/commands/spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class Spatial(CkanCommand):

def command(self):
self._load_config()
print('')

if len(self.args) == 0:
self.parser.print_usage()
Expand Down

0 comments on commit dd42aa8

Please sign in to comment.