changeset 1509:c8fac8498b66

Revert debug code accidentally checked in.
author Rob Landley <rob@landley.net>
date Wed, 21 Mar 2012 17:45:39 -0500
parents 9f8fb7a20166
children 8e98296410f3
files sources/include.sh
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/include.sh	Mon Mar 19 17:25:50 2012 -0500
+++ b/sources/include.sh	Wed Mar 21 17:45:39 2012 -0500
@@ -2,8 +2,6 @@
 
 if ! already_included_this 2>/dev/null
 then
-echo includinate $0
-
 alias already_included_this=true
 
 # Set up all the environment variables and functions for a build stage.