Skip to content

Commit b51e9fb

Browse files
committed
verbose off - preparing release
1 parent f3cdc22 commit b51e9fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LSL/CameraScript.lsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// LSL script generated: Camera.LSL.CameraScript.lslp Mon Mar 10 18:20:46 Mitteleuropäische Zeit 2014
1+
// LSL script generated: Camera.LSL.CameraScript.lslp Mon Mar 10 18:43:18 Mitteleuropäische Zeit 2014
22
///////////////////////////////////////////////////////////////////////////////////////////////////
33
//Camera Control
44
//
@@ -175,7 +175,7 @@ default {
175175
state_entry() {
176176
(g_kOwner = llGetOwner());
177177
(g_sScriptName = llGetScriptName());
178-
(verbose = 1);
178+
(verbose = 0);
179179
integer rc = 0;
180180
(rc = llSetMemoryLimit(24000));
181181
if (verbose) if ((!rc)) {

LSL/CameraScript.lslp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ default
410410
//debug=TRUE; // set to TRUE to enable Debug messages
411411
g_kOwner = llGetOwner();
412412
g_sScriptName = llGetScriptName();
413-
verbose = TRUE;
413+
verbose = FALSE;
414414

415415
MemRestrict(24000, FALSE);
416416
if (debug) Debug("state_entry", TRUE, TRUE);

0 commit comments

Comments
 (0)