[Swift-commit] r6690 - SwiftTutorials/uc3/part10

yadunandb at ci.uchicago.edu yadunandb at ci.uchicago.edu
Tue Jul 30 13:35:01 CDT 2013


Author: yadunandb
Date: 2013-07-30 13:35:01 -0500 (Tue, 30 Jul 2013)
New Revision: 6690

Modified:
   SwiftTutorials/uc3/part10/find_host.sh
Log:

Minor update



Modified: SwiftTutorials/uc3/part10/find_host.sh
===================================================================
--- SwiftTutorials/uc3/part10/find_host.sh	2013-07-30 18:31:15 UTC (rev 6689)
+++ SwiftTutorials/uc3/part10/find_host.sh	2013-07-30 18:35:01 UTC (rev 6690)
@@ -7,7 +7,6 @@
     echo "No recent logs found"
     exit 0
 fi
-echo "debug2"
 hosts=`grep "host=" $LAST_LOG | grep "Cpu worker started" | grep -oh "host=.*\ " | sort | uniq`
 
 for host in $hosts




More information about the Swift-commit mailing list