From b140550686a6c6fa6cf048202440cbcdbe509883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 6 Aug 2018 13:16:20 +0200 Subject: [PATCH] Remove debugging log from CommandsEqual --- lib/tfw/components/commands_equal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tfw/components/commands_equal.py b/lib/tfw/components/commands_equal.py index 54700c2..8530a4c 100644 --- a/lib/tfw/components/commands_equal.py +++ b/lib/tfw/components/commands_equal.py @@ -71,7 +71,6 @@ class CommandsEqual: if not self.commands_contain_no_exclude_patterns: return False - print(self.similarity) return self.similarity >= self.fuzzyness @lazy_property