Browse Source

Remove errant console log statements.

Afshin Darian 8 years ago
parent
commit
26c83d805b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/common/observablelist.ts

+ 0 - 2
src/common/observablelist.ts

@@ -634,8 +634,6 @@ class ObservableList<T> implements IObservableList<T> {
     while (j < len) {
       this.internal.insert(i++, items[j++]);
     }
-    console.log('items', items);
-    console.log('old', old);
     this.changed.emit({
       type: 'replace',
       newIndex: index,