summaryrefslogtreecommitdiff
path: root/examples/lib/okpush/db.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lib/okpush/db.js')
-rw-r--r--examples/lib/okpush/db.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/lib/okpush/db.js b/examples/lib/okpush/db.js
index 83a6ebc..b926ee9 100644
--- a/examples/lib/okpush/db.js
+++ b/examples/lib/okpush/db.js
@@ -80,7 +80,6 @@ function updateNotification (key, cb) {
note.last_push = now
note.save()
}
- console.log(note, created)
cb(null, note)
})
}