[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php
Jim Laskey
jlaskey at apple.com
Thu Sep 14 10:28:53 PDT 2006
Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.36 -> 1.37
---
Log message:
testing #35
---
Diffs of the changes: (+0 -2)
NightlyTestAccept.php | 2 --
1 files changed, 2 deletions(-)
Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.36 nightlytest-serverside/NightlyTestAccept.php:1.37
--- nightlytest-serverside/NightlyTestAccept.php:1.36 Thu Sep 14 12:22:49 2006
+++ nightlytest-serverside/NightlyTestAccept.php Thu Sep 14 12:28:39 2006
@@ -826,8 +826,6 @@
foreach ($prog_hash_new as $prog => $prog_new) {
$prog_old = $prog_hash_old[$prog];
-print "$prog\n $prog_new\n $prog_old\n";
-
// get data from server
$vals_new = split(",", $prog_new);
$vals_old = split(",", $prog_old);
More information about the llvm-commits
mailing list