From d5bdadc18e06910bc592737bc155bda6772213fd Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Tue, 17 Apr 2012 20:06:40 +0200 Subject: [PATCH] Removed erroneously commited alert-statements in tests. --- tests/Control/ZoomIn.html | 2 -- tests/Control/ZoomOut.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/Control/ZoomIn.html b/tests/Control/ZoomIn.html index 3e955426c4..b89165374b 100644 --- a/tests/Control/ZoomIn.html +++ b/tests/Control/ZoomIn.html @@ -41,8 +41,6 @@ function test_ZoomIn_trigger (t) { }), oldZoom; - alert(map.getZoom()); - oldZoom = map.getZoom(); // tests diff --git a/tests/Control/ZoomOut.html b/tests/Control/ZoomOut.html index 806f928730..38ef93de59 100644 --- a/tests/Control/ZoomOut.html +++ b/tests/Control/ZoomOut.html @@ -41,8 +41,6 @@ function test_ZoomOut_trigger (t) { }), oldZoom; - alert(map.getZoom()); - oldZoom = map.getZoom(); // tests