Remove debugging log from CommandsEqual

This commit is contained in:
Kristóf Tóth 2018-08-06 13:16:20 +02:00
parent 01e5577890
commit b140550686
1 changed files with 0 additions and 1 deletions

View File

@ -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