Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cjh1 committed Jun 4, 2018
1 parent d9f7e5e commit 64507bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion girder_jupyter/contents/girderfilemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ def _upload_to_path(self, content, mime_type, format, path):

parent = self._create_folders('/'.join(folder_path))

print(parent)
if self._is_user(parent):
raise web.HTTPError(400, 'Can\'t create file under user.',
reason='Can\'t create file under user.')
Expand Down

0 comments on commit 64507bb

Please sign in to comment.