Skip to content

Commit

Permalink
remove stray debug
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Jun 27, 2020
1 parent 28f0880 commit 1c0b991
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,10 @@ def post(self):

# Crude start at DI... see flask-injector
result = instruction_handler.handle(instruction, pantry)
print('y', result.state, result.id, self._substance_schema.dump(result))

pantry.add_substance(result)
print('z', result.state, result.id, self._substance_schema.dump(result))

pantry.commit()
print('a', result.state, result.id, self._substance_schema.dump(result))
print(result.state, result.id, self._substance_schema.dump(result))

return self._substance_schema.dump(result), 201

Expand Down

0 comments on commit 1c0b991

Please sign in to comment.