Commit bb162127 authored by Luke Bennett's avatar Luke Bennett

Update ee_mirror_repos.js

parent 08ec6873
...@@ -33,7 +33,6 @@ export default class EEMirrorRepos extends MirrorRepos { ...@@ -33,7 +33,6 @@ export default class EEMirrorRepos extends MirrorRepos {
this.showForm(); this.showForm();
}) })
.catch((error) => { .catch((error) => {
console.log(error);
Flash(__('Something went wrong on our end.')); Flash(__('Something went wrong on our end.'));
}); });
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment