mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
removing console logs
This commit is contained in:
1
app.js
1
app.js
@@ -265,7 +265,6 @@ function resetThemes(callback) {
|
||||
function resetPlugin(pluginId) {
|
||||
var db = require('./src/database');
|
||||
db.setRemove('plugins:active', pluginId, function(err, result) {
|
||||
console.log(result);
|
||||
if (err || result !== 1) {
|
||||
winston.error('[reset] Could not disable plugin: ' + pluginId);
|
||||
if (err) {
|
||||
|
||||
@@ -199,7 +199,6 @@
|
||||
}
|
||||
|
||||
function loadClient(language, filename, callback) {
|
||||
console.log(config['cache-buster']);
|
||||
$.getJSON(config.relative_path + '/language/' + language + '/' + filename + '.json?v=' + config['cache-buster'], callback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user