1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

be more silent

This commit is contained in:
Aiko Mastboom 2013-04-18 23:50:35 +02:00
parent 45c80d6cd4
commit 88cb04ff3c

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,