Removed log statement

This commit is contained in:
Jonathan Frederic 2014-05-08 13:50:00 -05:00
parent c83a1cbb63
commit a65b6f3c1e

View File

@ -123,7 +123,6 @@
model.on('destroy', view.remove, view);
return view;
}
console.log('VIEW NOT REGISTERED?!');
return null;
};