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