changeset 795:22358e72a390 feature_14

removed a couple of forgotten debug messages.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 21 Nov 2011 16:20:30 +0000
parents eebd5b1f5eb0
children 6d3ad4b3a500
files vendor/plugins/redmine_tags/assets/javascripts/tags_input.js
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vendor/plugins/redmine_tags/assets/javascripts/tags_input.js	Mon Nov 21 15:57:33 2011 +0000
+++ b/vendor/plugins/redmine_tags/assets/javascripts/tags_input.js	Mon Nov 21 16:20:30 2011 +0000
@@ -71,8 +71,6 @@
 
 		if(noSubmit==false){
 			if(this.update){
-				console.log('It is true??');
-				console.log(this.update);
 				submitForm();
 			};
 		};