mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
be more silent
This commit is contained in:
parent
45c80d6cd4
commit
88cb04ff3c
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user