Index: branches/locker-dev/locker/deploy/bin/rails
===================================================================
--- branches/locker-dev/locker/deploy/bin/rails	(revision 2276)
+++ branches/locker-dev/locker/deploy/bin/rails	(revision 2277)
@@ -28,6 +28,4 @@
         print "If you cannot determine the cause of the problem, please\n";
         print "feel free to contact sql\@mit.edu for assistance.\n";
-        open FAILED, ">.failed";
-        close FAILED;
         exit 1;
     }
@@ -54,6 +52,4 @@
 close APPLICATION_RB;
 if (!$appclass) {
-    open FAILED, ">.failed";
-    close FAILED;
     die "Couldn't find application class name - plase email scripts\@mit.edu with the names of your locker and the application you tried to create. Sorry!";
 }
