From 8ade6989c3fb227fbd0a5acf08c1259e20af7dc2 Mon Sep 17 00:00:00 2001
From: Jon Stevens <latchkey@gmail.com>
Date: Sat, 28 Jan 2012 02:25:13 -0800
Subject: [PATCH] no debugger

---
 js/bootstrap-tooltip.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js
index 65f8895aa5..67fca5e143 100644
--- a/js/bootstrap-tooltip.js
+++ b/js/bootstrap-tooltip.js
@@ -145,7 +145,6 @@
             break
         }
 
-        debugger
         if (this.options['z-index']) tp['z-index'] = this.options['z-index']
 
         $tip
-- 
GitLab