From e1a4239a7fdf2c15f84e2ac2f1f8aad672d99a6b Mon Sep 17 00:00:00 2001 From: Martin D'Souza Date: Fri, 4 Mar 2016 20:10:39 -0700 Subject: [PATCH] removed analytics link since it wasn't working --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9126a1b..a008fce 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ #What is Logger? -[![Analytics](https://ga-beacon.appspot.com/UA-59573016-4/Logger/README.md?pixel)](https://github.com/igrigorik/ga-beacon)Logger is a PL/SQL logging and debugging framework. The goal of logger is to be as simple as possible to install and use. The primary use cases for this utility include: +Logger is a PL/SQL logging and debugging framework. The goal of logger is to be as simple as possible to install and use. The primary use cases for this utility include: * **Debugging**: It's often difficult to track down the source of an error without some form of debugging instrumentation. This is particularly true in multi-tier, stateless architectures such as Application Exp qress. * **Error Logging**: While most experts agree that it's important not to mask errors, it's also nice to have a persistent record of them.