From 519620e8d222c9da3c5ab9681cb8028a45834536 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/files.py') diff --git a/coverage/files.py b/coverage/files.py index 53dc099..81ec196 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