Skip to content

Commit

Permalink
Removed erroneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
targendaz2 committed Nov 28, 2019
1 parent 8a0081d commit 504a25e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ def test_set_single_extension_handler_for_current_user(self, user_fn):
msda.main(arguments)

self.user_ls.read()
# print(self.user_ls.handlers[0].extension)
self.assertIn(handler, self.user_ls.handlers)


Expand Down

0 comments on commit 504a25e

Please sign in to comment.