summaryrefslogtreecommitdiff
path: root/examples/lib/okpush/db.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-10-07 19:48:04 -0400
committerJules Laplace <jules@okfoc.us>2016-10-07 19:48:04 -0400
commitbdcc83dae3742bf1c88da43a23f7278127d6251c (patch)
treea769f00862270da42633b85958505a74dfe935d9 /examples/lib/okpush/db.js
parentd2299d24a23c9d0d835631b72e4f1d1974958f94 (diff)
some stuff with okpush, add okinstagram to servicesv0.2.2
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)
})
}