Skip to content

Commit f53fcc2

Browse files
committed
Debug - disable debug log for release build
1 parent 493951f commit f53fcc2

File tree

1 file changed

+1
-1
lines changed
  • app/server/sonicpi/lib/sonicpi

1 file changed

+1
-1
lines changed

app/server/sonicpi/lib/sonicpi/util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def log(message)
340340
end
341341

342342
def debug_mode
343-
true
343+
false
344344
end
345345

346346
def osc_debug_mode

0 commit comments

Comments
 (0)