]> granicus.if.org Git - python/commitdiff
Oops, remove debugging statements
authorBarry Warsaw <barry@python.org>
Mon, 13 Jan 1997 20:50:40 +0000 (20:50 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 13 Jan 1997 20:50:40 +0000 (20:50 +0000)
Lib/test/test_sunaudiodev.py

index 4f3b7749265432f2e766091deccd9ca8463fbef8..9902cf5407f2aa4ac3a8144d136a7e574c085f59 100644 (file)
@@ -19,7 +19,6 @@ def play_sound_file(path):
     a.close()
 
 def test():
-    print os.getcwd()
     play_sound_file(findfile('audiotest.au'))
 
 test()