1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 19:09:21 +00:00

remove dead code

This commit is contained in:
deadc0de6
2020-08-11 19:20:45 +02:00
parent 72cc87aa47
commit e4cbe92428

View File

@@ -1274,14 +1274,6 @@ class CfgYaml:
err += ' Please update.'
raise YamlException(err)
def _profile_yes(self, profile):
"""returns True if the profile is to be considered"""
if profile == self._profile:
return True
if profile in self._inc_profiles:
return True
return False
def _debug_entries(self):
"""debug print all interesting entries"""
if not self._debug: