Skip to content

Commit 86a96be

Browse files
committed
delete print cmd
1 parent 9c44a09 commit 86a96be

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sound.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
logging.basicConfig(level=logging.DEBUG, filename='app.log', filemode='w',
1212
format='%(levelname)s - %(name)s: %(message)s')
1313

14-
15-
def printCmd(str):
16-
h = (32 * '-') + '\n'
17-
print(h + str + '\n' + h)
18-
19-
2014
class Hn:
2115
def __init__(self, **kwargs):
2216
self.data = []

0 commit comments

Comments
 (0)