You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/02/08 09:24:15 UTC

[2/20] git commit: WICKET-5024 Global ajax event for precondition is not called

WICKET-5024 Global ajax event for precondition is not called

Remove logging


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ec0da156
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ec0da156
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ec0da156

Branch: refs/heads/reference-guide
Commit: ec0da156f7c93b98202d212e1692e141010f4e3a
Parents: dac7fc6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Feb 6 14:27:17 2013 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Feb 6 14:27:17 2013 +0100

----------------------------------------------------------------------
 wicket-core/src/test/js/ajax.js |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/ec0da156/wicket-core/src/test/js/ajax.js
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/js/ajax.js b/wicket-core/src/test/js/ajax.js
index 7f09a7f..89cf000 100644
--- a/wicket-core/src/test/js/ajax.js
+++ b/wicket-core/src/test/js/ajax.js
@@ -819,15 +819,9 @@ jQuery(document).ready(function() {
 			Wicket.Ajax.ajax(attrs);
 
 			var target = jQuery(window);
-			console.log('Iteration 1', order);
 			target.triggerHandler("event1", {"round": 0}); // execution No1
-
-			console.log('Iteration 2', order);
 			target.triggerHandler("event1", {"round": 1}); // execution No2
-
-			console.log('Iteration 3', order);
 			target.triggerHandler("event1", {"round": 2}); // execution No3
-
 		});
 
 		/**