[Logging-commits] r100 - handlers/pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Apr 18 08:18:38 CEST 2012


Author: mariotomo
Date: 2012-04-18 08:18:38 +0200 (Wed, 18 Apr 2012)
New Revision: 100

Modified:
   handlers/pkg/R/sentry.R
Log:
removes temporary code

Modified: handlers/pkg/R/sentry.R
===================================================================
--- handlers/pkg/R/sentry.R	2012-04-18 06:16:45 UTC (rev 99)
+++ handlers/pkg/R/sentry.R	2012-04-18 06:18:38 UTC (rev 100)
@@ -94,16 +94,3 @@
   httpPOST(url, httpheader = hdr, postfields = toJSON(params), verbose = TRUE)
   
 }
-
-dotest <- function() {
-  conf <- environment()
-  assign('server', 'http://localhost:9000', envir=conf) 
-  assign('sentry.public.key', '654877c851f9499a951486fd7a0ae5e6', envir=conf) 
-  assign('sentry.private.key', 'ba71e150ed854b2088c48295e39bf3ca', envir=conf) 
-  assign('project', 1, envir=conf) 
-  assign('client.name', 'raven-R', envir=conf) 
-
-  record <- list(timestamp=Sys.time(), level=30, logger="root")
-
-  sentryAction("dotest", conf, record)
-}



More information about the Logging-commits mailing list