Commit 79a01d93 authored by Barry Warsaw's avatar Barry Warsaw

Oops, remove debugging statements

parent 5ba83c9f
...@@ -19,7 +19,6 @@ def play_sound_file(path): ...@@ -19,7 +19,6 @@ def play_sound_file(path):
a.close() a.close()
def test(): def test():
print os.getcwd()
play_sound_file(findfile('audiotest.au')) play_sound_file(findfile('audiotest.au'))
test() test()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment