From 506a703b7d6926a5e6e16130773cc7f2db077621 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 27 Apr 2016 15:40:48 +0200 Subject: [PATCH] turn off TextPatcher logging on /pad/ --- www/pad/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pad/main.js b/www/pad/main.js index 084d57746..aed4612cc 100644 --- a/www/pad/main.js +++ b/www/pad/main.js @@ -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;