From 59e066e73b9c64c9fd5cbb5b61c37a742367a344 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 13 Jan 1997 20:50:40 +0000 Subject: Oops, remove debugging statements --- Lib/test/test_sunaudiodev.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_sunaudiodev.py b/Lib/test/test_sunaudiodev.py index 4f3b774..9902cf5 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() -- cgit v0.12