From 3ec6c1d40110fdcaceb6d08e29937b547ed2112e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 14 Jan 1992 18:27:26 +0000 Subject: Get rid of debug print statement. --- Lib/fnmatch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/fnmatch.py b/Lib/fnmatch.py index c30aaca..5c1bc71 100644 --- a/Lib/fnmatch.py +++ b/Lib/fnmatch.py @@ -53,5 +53,4 @@ def translate(pat): res = res + ('\\' + c) else: res = res + c - print 'translate(' + `pat` + ') == ' + `res` return res -- cgit v0.12