Skip to content
Snippets Groups Projects
Commit 8716aa29 authored by svornost's avatar svornost
Browse files

remove debugger statement

parent 6b764307
No related branches found
No related tags found
1 merge request!6670Add some basic information to the end-week loading animation.
...@@ -20,7 +20,6 @@ App.UI.EndWeekAnim = (function() { ...@@ -20,7 +20,6 @@ App.UI.EndWeekAnim = (function() {
} }
function end() { function end() {
debugger;
if (loadLockID !== -1) { if (loadLockID !== -1) {
infoDiv.remove(); infoDiv.remove();
infoDiv = null; infoDiv = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment