changeset 699:c746eaf74222

Remove debugging detritus.
author Rob Landley <rob@landley.net>
date Mon, 06 Apr 2009 01:58:36 -0500
parents 9e2a020195d3
children 9be7fb3af9a1
files build.sh
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.sh	Sun Apr 05 23:25:20 2009 -0500
+++ b/build.sh	Mon Apr 06 01:58:36 2009 -0500
@@ -28,7 +28,6 @@
     echo "=== Skipping cross-compiler-$i (already there)"
   else
     rm -rf "build/mini-native-$i.tar.bz2"
-echo hello
     time ./cross-compiler.sh $i || exit 1
   fi
   echo "=== native ($i)"