tables layout
[plewww.git] / planetlab / nodes / comon.php
index 18b2623..3524eb9 100644 (file)
@@ -93,7 +93,7 @@ foreach ($nns as $nn) {
   $local_ips[] = $nn['ip'];
 }
 
-plc_debug('locals',$local_ips);
+//plc_debug('locals',$local_ips);
 
 // for foreign hosts we're left with dns resolving them
 $remote_ips=array();
@@ -106,7 +106,7 @@ foreach ($hostnames as $hostname) {
   }
 }
 
-plc_debug('remote ips',$remote_ips);
+//plc_debug('remote ips',$remote_ips);
 
 
 // add both lists
@@ -114,7 +114,7 @@ $all_ips=$local_ips+$remote_ips;
 // compute comon URL
 $url = plc_comon_url_from_ips("http://comon.cs.princeton.edu",$all_ips);
 
-plc_debug('url',$url);
+//plc_debug('url',$url);
 
 // redirect to comon
 header("Location: " . $url);