mirror of https://github.com/python/cpython.git
Oops, remove debugging statements
This commit is contained in:
parent
b241c42192
commit
59e066e73b
|
@ -19,7 +19,6 @@ def play_sound_file(path):
|
|||
a.close()
|
||||
|
||||
def test():
|
||||
print os.getcwd()
|
||||
play_sound_file(findfile('audiotest.au'))
|
||||
|
||||
test()
|
||||
|
|
Loading…
Reference in New Issue