mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-09 02:37:17 +00:00
Remove debugging log from CommandsEqual
This commit is contained in:
parent
01e5577890
commit
b140550686
@ -71,7 +71,6 @@ class CommandsEqual:
|
|||||||
if not self.commands_contain_no_exclude_patterns:
|
if not self.commands_contain_no_exclude_patterns:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
print(self.similarity)
|
|
||||||
return self.similarity >= self.fuzzyness
|
return self.similarity >= self.fuzzyness
|
||||||
|
|
||||||
@lazy_property
|
@lazy_property
|
||||||
|
Loading…
Reference in New Issue
Block a user