Skip to content

Commit b3aece8

Browse files
committed
remove logging
1 parent ae06c5c commit b3aece8

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

sdk/python/examples/controls/audio_recorder/example_1.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
import logging
2-
31
import flet as ft
42
import flet_audio_recorder as far
53

6-
logging.basicConfig(level=logging.DEBUG)
7-
84

95
def main(page: ft.Page):
106
page.horizontal_alignment = ft.CrossAxisAlignment.CENTER

sdk/python/examples/controls/charts/matplotlib_chart/3d.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
import logging
2-
31
import matplotlib.pyplot as plt
42
import numpy as np
53

64
import flet as ft
75
import flet_charts
86

9-
logging.basicConfig(level=logging.INFO)
10-
117

128
def main(page: ft.Page):
139
plt.style.use("_mpl-gallery")

sdk/python/examples/controls/charts/matplotlib_chart/animate.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
import logging
2-
31
import matplotlib.pyplot as plt
42
import numpy as np
53

64
import flet as ft
75
import flet_charts
86

9-
logging.basicConfig(level=logging.INFO)
10-
117
state = {}
128

139

0 commit comments

Comments
 (0)