From 2d6f2e606ddc9fb77ea8314b58e8e30d8cb934f4 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Fri, 3 Oct 2014 11:31:29 -0500 Subject: [PATCH] * remove console.trace; IE 10 breaks on it --- web/app/assets/javascripts/notificationPanel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/assets/javascripts/notificationPanel.js b/web/app/assets/javascripts/notificationPanel.js index 3fe22947f..66dcd2553 100644 --- a/web/app/assets/javascripts/notificationPanel.js +++ b/web/app/assets/javascripts/notificationPanel.js @@ -422,7 +422,6 @@ function deleteNotification(notificationId) { - console.trace(); var url = "/api/users/" + context.JK.currentUserId + "/notifications/" + notificationId; $.ajax({ type: "DELETE",