소스 검색

HUE-2436 [filebrowser] Remove a debug message

Erick Tryzelaar 11 년 전
부모
커밋
1012e7502d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      apps/filebrowser/src/filebrowser/views.py

+ 0 - 1
apps/filebrowser/src/filebrowser/views.py

@@ -1241,7 +1241,6 @@ def _upload_archive(request):
                 # Move the file to where it belongs
                 dest = dest[:-4]
             elif dest.lower().endswith('.tar.gz') or dest.lower().endswith('.tgz'):
-                print uploaded_file
                 temp_path = archive_factory(uploaded_file, 'tgz').extract()
                 if not temp_path:
                     raise PopupException(_('Could not extract contents of file.'))