mirror of
/repos/Prototyper.git
synced 2026-02-27 16:12:00 +01:00
be more silent
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user