diff options
author | BlueWall | 2012-01-10 15:29:08 -0500 |
---|---|---|
committer | BlueWall | 2012-01-10 15:29:08 -0500 |
commit | a2fe3e2081cd0304842667e8762e452693c7b53b (patch) | |
tree | 85c759622eb07c44cd5da0428565b8d009ef6901 /bin | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-a2fe3e2081cd0304842667e8762e452693c7b53b.zip opensim-SC_OLD-a2fe3e2081cd0304842667e8762e452693c7b53b.tar.gz opensim-SC_OLD-a2fe3e2081cd0304842667e8762e452693c7b53b.tar.bz2 opensim-SC_OLD-a2fe3e2081cd0304842667e8762e452693c7b53b.tar.xz |
Remove DEBUG option
Remove DEBUG option from OpenSim.ini.example as it is handled in the console now with "debug teleport"
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/OpenSim.ini.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 01c64c5..97102a2 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -37,11 +37,6 @@ | |||
37 | 37 | ||
38 | [Startup] | 38 | [Startup] |
39 | 39 | ||
40 | ;# {DEBUG} {} {Turn on debugging methods. Temporary for debugging teleport routing. We can remove it when that is done, or leave it if it would prove to be useful for other things.} {true false} false | ||
41 | ;; Turn on debugging methods where available. | ||
42 | ;; from the selected region_info_source. | ||
43 | ; DEBUG = false | ||
44 | |||
45 | ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) " | 40 | ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) " |
46 | ;; Console prompt | 41 | ;; Console prompt |
47 | ;; Certain special characters can be used to customize the prompt | 42 | ;; Certain special characters can be used to customize the prompt |