summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/javascripts/repo/helpers/repo_helper.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/javascripts/repo/helpers/repo_helper.js b/app/assets/javascripts/repo/helpers/repo_helper.js
index 9e53ffe9a6f..6f62bde4964 100644
--- a/app/assets/javascripts/repo/helpers/repo_helper.js
+++ b/app/assets/javascripts/repo/helpers/repo_helper.js
@@ -1,4 +1,3 @@
-import { convertPermissionToBoolean } from '../../lib/utils/common_utils';
import Service from '../services/repo_service';
import Store from '../stores/repo_store';
import Flash from '../../flash';
@@ -240,8 +239,7 @@ const RepoHelper = {
return Store.openedFiles.find(file => file.url === path);
},
- loadingError(e) {
- console.log(e);
+ loadingError() {
Flash('Unable to load this content at this time.');
},