From 3e9ba0127b990fd3b37631518ab1128355e20d7c Mon Sep 17 00:00:00 2001 From: Akira Saito Date: Tue, 9 Jun 2015 00:33:15 +0900 Subject: [PATCH] cleanup --- app/views/hooks/_quick_edit_base_bottom.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/hooks/_quick_edit_base_bottom.html.erb b/app/views/hooks/_quick_edit_base_bottom.html.erb index 79d29b9..6f3941d 100644 --- a/app/views/hooks/_quick_edit_base_bottom.html.erb +++ b/app/views/hooks/_quick_edit_base_bottom.html.erb @@ -129,7 +129,6 @@ function quick_edit_input_dialog_submit(){ var new_value = $("#quick_edit_input_dialog #new_value").val(); if(new_value === null) return; - console.log ("new:" + new_value); var pattern = new RegExp($("#quick_edit_input_dialog > form > div > #validation_pattern").val()); -- 2.11.0