[Blotter-commits] r1491 - pkg/blotter/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 13 19:23:04 CEST 2013


Author: peter_carl
Date: 2013-08-13 19:23:04 +0200 (Tue, 13 Aug 2013)
New Revision: 1491

Modified:
   pkg/blotter/R/updateAcct.R
Log:
- removed debugging


Modified: pkg/blotter/R/updateAcct.R
===================================================================
--- pkg/blotter/R/updateAcct.R	2013-08-13 16:39:36 UTC (rev 1490)
+++ pkg/blotter/R/updateAcct.R	2013-08-13 17:23:04 UTC (rev 1491)
@@ -133,7 +133,6 @@
         if(is.null(summary)) {summary=result}
         else {summary=cbind(summary,result)}
     }
-    browser()
     summary[is.na(summary)] <- 0 # replace any NA's with zero
     Account$summary <- rbind(Account$summary, summary)
     # This function does not calculate End.Eq 



More information about the Blotter-commits mailing list