From 18a3382972fb8c8a2e95a73b53fea9ee5961a910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alim=20=C3=96nc=C3=BCl?= Date: Tue, 18 Feb 2020 11:03:12 +0300 Subject: [PATCH] fix: remove console statement --- src/router/Router.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/router/Router.js b/src/router/Router.js index b316c20..e3b194c 100644 --- a/src/router/Router.js +++ b/src/router/Router.js @@ -799,7 +799,6 @@ class Router extends Route { path = this._path.getPath() + "/" + path; } - console.info("fullPAth: ", path); if (Router.blocker) { Router.blocker(this, path, routeData, "PUSH", () => {