Removed debug mode from plugin_settings.cfg.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402460
This commit is contained in:
David Anderson 2008-08-15 05:33:57 +00:00
parent 7875fe1acd
commit 0aad4353cf

View File

@ -13,7 +13,6 @@
* (Options are one of "yes" or "no") * (Options are one of "yes" or "no")
* *
* You can also have an "Options" section declaring options to pass onto the JIT: * You can also have an "Options" section declaring options to pass onto the JIT:
* "debug" - Whether or not to load the plugin in debug mode
* "profile" - Bit flags for profiling level. Add flags together to reach a value. * "profile" - Bit flags for profiling level. Add flags together to reach a value.
* WARNING: Profiler is _ALPHA_ software! Use it at your own risk for * WARNING: Profiler is _ALPHA_ software! Use it at your own risk for
* development cycles only (not production setups). * development cycles only (not production setups).
@ -32,7 +31,6 @@
"Options" "Options"
{ {
"debug" "no"
} }
} }
} }