Skip to content

Commit

Permalink
Merge pull request #48 from alimoncul/master
Browse files Browse the repository at this point in the history
fix: remove console statement
  • Loading branch information
cenkce authored Feb 21, 2020
2 parents 5303754 + 18a3382 commit 3c17ad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/router/Router.js
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {
Expand Down

0 comments on commit 3c17ad2

Please sign in to comment.