diff --git a/themes/bootstrap3/js/record.js b/themes/bootstrap3/js/record.js
index 8d23759822d73e8b70022e2dc9634542c0880495..5caa8621cdbd7c994207c5a6f537f8ceeb6db049 100644
--- a/themes/bootstrap3/js/record.js
+++ b/themes/bootstrap3/js/record.js
@@ -138,11 +138,6 @@ function registerTabEvents() {
   registerAjaxCommentRecord();
   // Render recaptcha
   recaptchaOnLoad();
-  // Delete links
-  $('.delete').click(function commentTabDeleteClick() {
-    deleteRecordComment(this, $('.hiddenId').val(), $('.hiddenSource').val(), this.id.substr(13));
-    return false;
-  });
 
   setUpCheckRequest();