Skip to content

Commit

Permalink
removed sanity print
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Oct 23, 2019
1 parent f2fcd57 commit b9e0db3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions masonite/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,5 @@ def publish_migrations(self, tag=None):
else:
publishing_items = self._publish_migrations

print('run pubslish migration', publishing_items)
for from_location in publishing_items:
print(from_location)
copy_migration(from_location)
1 change: 0 additions & 1 deletion tests/listeners/test_exception_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def __init__(self, request: Request):
self.request = request

def handle(self, exception, file, line):
print(file, line)
self.request.error_thrown = True


Expand Down

0 comments on commit b9e0db3

Please sign in to comment.