From e31f6f9ff8b008f1d1d953b2cfb692dad7c5553c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 3 Sep 2011 16:02:02 -0400 Subject: Remove debugging effluvia --- coverage/files.py | 1 - 1 file changed, 1 deletion(-) (limited to 'coverage') diff --git a/coverage/files.py b/coverage/files.py index 53dc0999..81ec196f 100644 --- a/coverage/files.py +++ b/coverage/files.py @@ -194,7 +194,6 @@ class PathAliases(object): in the alias. """ - opath = path for regex, result, pattern_sep, result_sep in self.aliases: m = regex.match(path) if m: -- cgit v1.2.1