turn off TextPatcher logging on /pad/

pull/1/head
ansuz 2016-04-27 15:40:48 +02:00
parent ba17b78f7a
commit 506a703b7d
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ define([
var onReady = realtimeOptions.onReady = function (info) {
module.patchText = TextPatcher.create({
realtime: info.realtime,
logging: true,
//logging: true,
});
module.realtime = info.realtime;