Skip to content

Commit

Permalink
remove extra debug
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Jul 1, 2020
1 parent 2f0686f commit 3558fd9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ def handle(self, instruction: AlembicInstruction, pantry: Pantry):
else:
raise UnknownAlembicInstructionException(f'Unknown instruction: {action}')

print(result.state, result.id, 'x')
return result

0 comments on commit 3558fd9

Please sign in to comment.