mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 17:01:33 +02:00
* Remove/fix up some console.log()'s
This commit is contained in:
parent
1b68264dc2
commit
0489f5b2dd
6 changed files with 6 additions and 46 deletions
|
@ -75,7 +75,6 @@ function ViewController(options) {
|
|||
// :TODO: need to do validation here!!!
|
||||
var focusedView = self.focusedView;
|
||||
self.validateView(focusedView, function validated(err, newFocusedViewId) {
|
||||
console.log(err)
|
||||
if(err) {
|
||||
var newFocusedView = self.getView(newFocusedViewId) || focusedView;
|
||||
self.setViewFocusWithEvents(newFocusedView, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue