* remove console.trace; IE 10 breaks on it

This commit is contained in:
Seth Call 2014-10-03 11:31:29 -05:00
parent 0fdb932db1
commit 2d6f2e606d
1 changed files with 0 additions and 1 deletions

View File

@ -422,7 +422,6 @@
function deleteNotification(notificationId) {
console.trace();
var url = "/api/users/" + context.JK.currentUserId + "/notifications/" + notificationId;
$.ajax({
type: "DELETE",