From a971c74d857f2b94dad3b1369a2156acc2cd155a Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Sun, 12 Jan 2014 17:12:41 -0800 Subject: [PATCH] Disable nanoUI debugging, for now. --- code/modules/nano/nanoui.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/nano/nanoui.dm b/code/modules/nano/nanoui.dm index 12cb30ed779..f2347e35bc0 100644 --- a/code/modules/nano/nanoui.dm +++ b/code/modules/nano/nanoui.dm @@ -19,7 +19,7 @@ nanoui is used to open and update nano browser uis // the title of this ui var/title // /vg/ - Whether to write debug information to nano/debug.html - var/writeDebug=TRUE + var/writeDebug=FALSE // the key of this ui, this is to allow multiple (different) uis for each src_object var/ui_key // window_id is used as the window name/identifier for browse and onclose