1
0
mirror of /repos/Prototyper.git synced 2026-06-25 12:30:50 +02:00

be more silent

This commit is contained in:
Aiko Mastboom
2013-04-18 23:50:35 +02:00
parent 45c80d6cd4
commit 88cb04ff3c
+1 -1
View File
@@ -115,7 +115,7 @@ module.exports = function (server, config) {
}
model.on('create', function populateDocument(documentId, data) {
console.log('Populating a doc in channel', documentId, data);
config.debug && console.log('Populating a doc in channel', documentId, data);
var splitId = documentId.split(':');
var options = {
documentId: documentId,