Commit dfa02a7c authored by addyosmani's avatar addyosmani

Remove stray console.log

parent c2967154
...@@ -79,8 +79,6 @@ $(function( $ ) { ...@@ -79,8 +79,6 @@ $(function( $ ) {
// Add all items in the **Todos** collection at once. // Add all items in the **Todos** collection at once.
addAll: function() { addAll: function() {
console.log('addall', window.app.TodoFilter);
this.$("#todo-list").html(''); this.$("#todo-list").html('');
switch(window.app.TodoFilter){ switch(window.app.TodoFilter){
......
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