aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2012-07-16 10:43:03 -0400
committerRuss Cox <rsc@swtch.com>2012-07-16 10:43:03 -0400
commitf0add8ef24f83cb2085ef1c7534d16c57881e3f3 (patch)
tree6fd0b811b3292f32ce7c88f3c4660595ea206fbb /bin/9l
parent20f5692b7fe1190e6c518ed82764ded41dd92986 (diff)
downloadplan9port-f0add8ef24f83cb2085ef1c7534d16c57881e3f3.tar.gz
plan9port-f0add8ef24f83cb2085ef1c7534d16c57881e3f3.tar.bz2
plan9port-f0add8ef24f83cb2085ef1c7534d16c57881e3f3.zip
9l: remove debug print
R=rsc http://codereview.appspot.com/6402049
Diffstat (limited to 'bin/9l')
-rwxr-xr-xbin/9l1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index 3043c1c8..011da243 100755
--- a/bin/9l
+++ b/bin/9l
@@ -297,7 +297,6 @@ then
autoframeworks=""
if [ "x$ofiles" != "x" ]
then
-echo >&2 ofiles $ofiles
a=`
nm $ofiles |
grep '__p9l_autoframework_[a-zA-Z0-9+-]*$' |