Accidentally left in an extra echo statement in the Makefile.
authorJohn Resig <jeresig@gmail.com>
Mon, 5 Jan 2009 00:34:40 +0000 (00:34 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 5 Jan 2009 00:34:40 +0000 (00:34 +0000)
Makefile

index beb4686..351342e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,6 @@ jquery: ${DIST_DIR} ${JQ}
 
 ${JQ}: ${MODULES}
        @@echo "Building" ${JQ}
-       echo "${DATE}"
 
        @@mkdir -p ${DIST_DIR}
        @@cat ${MODULES} | \