Skip to content
Snippets Groups Projects
Commit a41ee137 authored by srosse's avatar srosse
Browse files

OO-929: remove forgotten debug code

parent d89b0c87
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,7 @@ public class UserCourseInformationsManagerImpl extends BasicManager implements U ...@@ -218,7 +218,7 @@ public class UserCourseInformationsManagerImpl extends BasicManager implements U
private final boolean needUpdate(UltraLightInfos infos) { private final boolean needUpdate(UltraLightInfos infos) {
Date lastModified = infos.getLastModified(); Date lastModified = infos.getLastModified();
if(System.currentTimeMillis() - lastModified.getTime() < 60000) { if(System.currentTimeMillis() - lastModified.getTime() < 60000) {
return true; return false;
} }
return true; return true;
} }
......
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