From a595197ec45434f41a9878d818ed49accc96954b Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 25 Oct 2012 19:22:23 +0300 Subject: [PATCH] SystemPlugin: fixes --- plugins/box/system/system.admin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/box/system/system.admin.php b/plugins/box/system/system.admin.php index f561e83..2e5e669 100755 --- a/plugins/box/system/system.admin.php +++ b/plugins/box/system/system.admin.php @@ -16,7 +16,6 @@ function(data){ var current_monstra_version = "'.Core::VERSION.'"; var stable_monstra_version = data.version; - console.log(data.version); if (current_monstra_version < stable_monstra_version) { $("#update-monstra").addClass("alert").html("'.__("Published a new version of the :monstra", "system", array(":monstra" => "Monstra")).'"); }