summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-15 16:07:49 -0700
committerGary E. Miller <gem@rellim.com>2018-09-15 16:07:49 -0700
commit77f71801b7bbdda326ffd1b605448635db864820 (patch)
tree234406fe7a1d52c36b1736af98ff27214e02165d /SConstruct
parentddaf31e1d0ace924b95becc64325bb2a94e45d73 (diff)
downloadgpsd-77f71801b7bbdda326ffd1b605448635db864820.tar.gz
SConstruct: remove excess debug print()s.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index a131ec86..d3dec099 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1012,10 +1012,7 @@ else:
brief=cleaning)
# follow FHS, put in /usr/local/libXX, not /usr/libXX
# may be lib, lib32 or lib64
- print(type(python_libdir))
python_libdir = polystr(python_libdir)
- print(type(python_libdir))
- print(type("/usr/lib"))
python_libdir = python_libdir.replace("/usr/lib",
"/usr/local/lib")