turn off TextPatcher logging on /pad/
This commit is contained in:
parent
ba17b78f7a
commit
506a703b7d
@ -353,7 +353,7 @@ define([
|
|||||||
var onReady = realtimeOptions.onReady = function (info) {
|
var onReady = realtimeOptions.onReady = function (info) {
|
||||||
module.patchText = TextPatcher.create({
|
module.patchText = TextPatcher.create({
|
||||||
realtime: info.realtime,
|
realtime: info.realtime,
|
||||||
logging: true,
|
//logging: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
module.realtime = info.realtime;
|
module.realtime = info.realtime;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user