summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 0f6d3bb1c..d5982fcd7 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1247,10 +1247,6 @@ class config:
self.backupenv["PORTAGE_GID"]=str(portage_gid)
if self.has_key("PORT_LOGDIR") and not self["PORT_LOGDIR"]:
- # port_logdir is defined, but empty. this causes a traceback in doebuild.
- writemsg(yellow("!!!")+" PORT_LOGDIR was defined, but set to nothing.\n",
- noiselevel=-1)
- writemsg(yellow("!!!")+" Disabling it. Please set it to a non null value.\n")
while "PORT_LOGDIR" in self:
del self["PORT_LOGDIR"]