From: Barry Warsaw Date: Mon, 13 Jan 1997 20:50:40 +0000 (+0000) Subject: Oops, remove debugging statements X-Git-Tag: v1.5a1~534 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59e066e73b9c64c9fd5cbb5b61c37a742367a344;p=python Oops, remove debugging statements --- diff --git a/Lib/test/test_sunaudiodev.py b/Lib/test/test_sunaudiodev.py index 4f3b774926..9902cf5407 100644 --- a/Lib/test/test_sunaudiodev.py +++ b/Lib/test/test_sunaudiodev.py @@ -19,7 +19,6 @@ def play_sound_file(path): a.close() def test(): - print os.getcwd() play_sound_file(findfile('audiotest.au')) test()