URI:
       t9l: remove debug print - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f0add8ef24f83cb2085ef1c7534d16c57881e3f3
   DIR parent 20f5692b7fe1190e6c518ed82764ded41dd92986
  HTML Author: Russ Cox <rsc@swtch.com>
       Date:   Mon, 16 Jul 2012 10:43:03 -0400
       
       9l: remove debug print
       
       R=rsc
       http://codereview.appspot.com/6402049
       
       Diffstat:
         M bin/9l                              |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/bin/9l b/bin/9l
       t@@ -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+-]*$' |