Skip to content

Commit ce990fb

Browse files
committed
minor
1 parent 07c78a4 commit ce990fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/opt_togetherjs/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ var curLogSize = 0;
646646

647647
function pgLogWrite(logObj) {
648648
var s = JSON.stringify(logObj);
649-
console.log(s); // debug
649+
//console.log(s); // debug
650650

651651
// rotate log every MAX_LOG_SIZE entries
652652
if (!pgLogFile || curLogSize >= MAX_LOG_SIZE) {

0 commit comments

Comments
 (0)