You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/10/10 18:26:32 UTC

[trafficcontrol] 34/39: Fixed the compatibility issue... again?

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 0203ed5f2f3436291dba5e7fa71fdc496d4afb61
Author: ocket8888 <oc...@gmail.com>
AuthorDate: Thu Oct 4 13:26:52 2018 -0600

    Fixed the compatibility issue... again?
---
 docs/source/conf.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 3bbc874..3f5384e 100755
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -30,11 +30,7 @@ import sys
 ortPath = os.path.dirname(__file__)
 ortPath = os.path.join(ortPath, '..', '..', 'infrastructure', 'cdn-in-a-box', 'edge')
 ortPath = os.path.abspath(ortPath)
-print("Looking for Python-based ORT in '", ortPath, ",", sep="")
 sys.path.insert(0, ortPath)
-# import os
-# import sys
-# sys.path.insert(0, os.path.abspath('.'))
 
 # -- Custom Lexical Analyzer for DNS -----------------------------------------