UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

11 lines (9 loc) 259 B
var logger = require('sharedb/lib/logger'); if (process.env.LOGGING !== 'true') { // Silence the logger for tests by setting all its methods to no-ops logger.setMethods({ info: function() {}, warn: function() {}, error: function() {} }); }