Skip to content
Snippets Groups Projects
Commit 9587af7c authored by Demian Katz's avatar Demian Katz
Browse files

Removed debug line.

parent b054dea2
No related merge requests found
...@@ -32,7 +32,6 @@ function checkItemStatuses(container) { ...@@ -32,7 +32,6 @@ function checkItemStatuses(container) {
$.each(response.data, function(i, result) { $.each(response.data, function(i, result) {
var item = elements[result.id]; var item = elements[result.id];
if (!item) { if (!item) {
console.log('Unexpected selector from getItemStatuses: ' + sel);
return; return;
} }
......
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