[Swift-commit] r4087 - SwiftApps/SwiftR/Swift/R

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Feb 11 15:08:10 CST 2011


Author: tga
Date: 2011-02-11 15:08:10 -0600 (Fri, 11 Feb 2011)
New Revision: 4087

Modified:
   SwiftApps/SwiftR/Swift/R/Workers.R
Log:
removed unnecessary print statement


Modified: SwiftApps/SwiftR/Swift/R/Workers.R
===================================================================
--- SwiftApps/SwiftR/Swift/R/Workers.R	2011-02-11 21:07:52 UTC (rev 4086)
+++ SwiftApps/SwiftR/Swift/R/Workers.R	2011-02-11 21:08:10 UTC (rev 4087)
@@ -102,7 +102,7 @@
         if(is.null(nodes))
             if (server == "ssh") {
                 nodes <- length(strsplit(hosts, " ", fixed=T)[[1]])
-                cat("Node code for hosts ", hosts, " is ", nodes)
+#                cat("Node count for hosts '", hosts, "' is ", nodes)
             }
             else 
                 nodes <- 1 # Default value




More information about the Swift-commit mailing list