Oops, remove debugging statements

This commit is contained in:
Barry Warsaw 1997-01-13 20:50:40 +00:00
parent b241c42192
commit 59e066e73b
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ def play_sound_file(path):
a.close()
def test():
print os.getcwd()
play_sound_file(findfile('audiotest.au'))
test()