diff --git a/tldp/config.py b/tldp/config.py index 3cfd65c..107ac78 100644 --- a/tldp/config.py +++ b/tldp/config.py @@ -61,11 +61,5 @@ def collectconfiguration(tag, argv): config, args = cc.parse() return config, args -def validateconfiguration(config): - fuckedup = False - if fuckedup: - return False - return True - # # -- end of file