summaryrefslogtreecommitdiffstats
path: root/dtrace
diff options
context:
space:
mode:
Diffstat (limited to 'dtrace')
-rwxr-xr-xdtrace1
1 files changed, 0 insertions, 1 deletions
diff --git a/dtrace b/dtrace
index 1eb53bf9..2b261f5a 100755
--- a/dtrace
+++ b/dtrace
@@ -117,7 +117,6 @@ while (i < len (sys.argv)):
elif (sys.argv[i] == "-G"):
build_source = True
i += 1
-# print build_header == False and build_source == False
if (build_header == False and build_source == False):
usage()
sys.exit(1)