Skip to content

Commit

Permalink
Removed stray debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jlabusch committed Sep 1, 2013
1 parent 8867256 commit b8b3d4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wrms-kanban.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@
log.info('kanban ul:receive', 'updated ' + wr + ' to ' + new_status);
$(ui.item).removeClass('modified');
$(ui.item).find('span.status').text('[' + new_status + ']');
console.log(__model);
__model[wr].cat = new_cat;
__model[wr].status = new_status;
});
Expand Down

0 comments on commit b8b3d4c

Please sign in to comment.