Skip to content
Snippets Groups Projects
Commit 8ae08476 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Remove debug print statements

parent 4aa72d4d
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,8 @@ sys.path.insert(0, os.path.join(os.path.abspath('../..'), ...@@ -24,8 +24,8 @@ sys.path.insert(0, os.path.join(os.path.abspath('../..'),
'stage/lib', site_packs)) 'stage/lib', site_packs))
sys.path.insert(0, os.path.join(os.path.abspath('../..'), sys.path.insert(0, os.path.join(os.path.abspath('../..'),
'stage/lib64', site_packs)) 'stage/lib64', site_packs))
print site_packs # print site_packs
print os.path.abspath('../..') # print os.path.abspath('../..')
import ost import ost
# -- General configuration ----------------------------------------------------- # -- General configuration -----------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment