Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnWidget committed Aug 16, 2017
1 parent 5f4569a commit 177f727
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions anaconda_server/commands/doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ def run(self):

processed = []
try:
print(self.script)
print(self.script._source)
print(self.script._pos)
definitions = self.script.goto_definitions()
except Exception as error:
logging.debug(error)
Expand Down

0 comments on commit 177f727

Please sign in to comment.