Skip to content

Commit ddee5a9

Browse files
committed
Commented out console.log statement
1 parent bab97fc commit ddee5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function createView(db, where, cb) {
6666
map: map
6767
};
6868

69-
console.log('ABOUT TO INSERT DDOC', ddoc);
69+
//console.log('ABOUT TO INSERT DDOC', ddoc);
7070

7171
db.insert(ddoc, '_design/views', cb);
7272
}
@@ -75,4 +75,4 @@ function createView(db, where, cb) {
7575
function fixAttributeName(attrName) {
7676
if (attrName == 'id') attrName = '_id';
7777
return attrName;
78-
}
78+
}

0 commit comments

Comments
 (0)