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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user