Skip to content

Commit 7529bd4

Browse files
authored
set theremin log level to info (#25)
1 parent 973408e commit 7529bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/theremin/python/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from arduino.app_bricks.web_ui import WebUI
66
from arduino.app_bricks.wave_generator import WaveGenerator
77
from arduino.app_utils import App, Logger
8-
import logging
98

10-
logger = Logger("theremin", logging.DEBUG)
9+
10+
logger = Logger("theremin")
1111

1212
# configuration
1313
SAMPLE_RATE = 16000

0 commit comments

Comments
 (0)