Remove Welcome ui_print from squisher as it is now in the build.
diff --git a/tools/squisher b/tools/squisher
index 382e1cb..d1769db 100755
--- a/tools/squisher
+++ b/tools/squisher
@@ -86,7 +86,6 @@
    cp META-INF/com/google/android/updater-script updater-script.new
 fi
 
-echo "ui_print(\"Welcome to CyanogenMod-$MODVERSION!\");" > META-INF/com/google/android/updater-script
 cat updater-script.new >> META-INF/com/google/android/updater-script
 rm updater-script.new