Removed debug leftovers

This commit is contained in:
Latif Khalifa
2012-07-01 14:01:59 +02:00
parent 91cf862e20
commit 171a90922f

View File

@@ -165,7 +165,7 @@ function update_builds()
$DB->query("PRAGMA synchronous = OFF"); $DB->query("PRAGMA synchronous = OFF");
chdir(SITE_ROOT . "/lib/source"); chdir(SITE_ROOT . "/lib/source");
exec("git fetch --all"); exec("git fetch --all");
update_revs("SingularityMultiWearable"); update_revs();
die(); die();
chdir(SITE_ROOT); chdir(SITE_ROOT);