From 82e1f52add7ad4cf21071a2d0caa8ac342e2e6c6 Mon Sep 17 00:00:00 2001 From: Daniel Klabbers Date: Thu, 21 Jan 2016 15:43:15 +0100 Subject: [PATCH] removed debug console.log --- install/views/composer-installation.html | 1 - 1 file changed, 1 deletion(-) diff --git a/install/views/composer-installation.html b/install/views/composer-installation.html index 56a1986..d5837f5 100644 --- a/install/views/composer-installation.html +++ b/install/views/composer-installation.html @@ -55,7 +55,6 @@ $.ajax('#', { method: 'post', success: function(state) { - console.log(state); if(state == 'true') { location.replace(location.pathname.replace('/install/index.php', '')); } else if(statusElement.text() != state) {