Removed debug message

This commit is contained in:
Salvador E. Tropea 2022-07-21 13:46:09 -03:00
parent 0e7121dc3d
commit 9d7e3b91f4
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ class Optionable(object):
If no variant is defined an empty string is returned. """
if hasattr(self, 'variant') and self.variant and hasattr(self.variant, 'name'):
return self.variant.name
logger.error('S')
return Optionable._find_global_variant_name()
def expand_filename_common(self, name, parent):