diff --git a/config/lib/data-log.js b/config/lib/data-log.js index efc84f02..6729c17f 100644 --- a/config/lib/data-log.js +++ b/config/lib/data-log.js @@ -118,7 +118,6 @@ module.exports.announceLog = function (user, torrent, data) { * @param score */ module.exports.scoreLog = function (user, score) { - logger.info('score=' + score); //write userDaysLog var mom = moment().utcOffset(appConfig.dbTimeZone); var y = mom.get('year'); diff --git a/config/lib/score.js b/config/lib/score.js index c1dea5e4..3b6d05f6 100644 --- a/config/lib/score.js +++ b/config/lib/score.js @@ -22,7 +22,6 @@ var scoreConfig = config.meanTorrentConfig.score; * @param value */ module.exports.update = function (req, user, action, value, writeLog = true) { - logger.info('value=' + value); var v = value || action.value; if (action.enable) {