[main] remove log for loaded page script

This commit is contained in:
xdrm-brackets 2018-04-05 12:27:29 +02:00
parent a3d39a15d2
commit ffaa2b0019
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ gs.get.router.beforeEach((to, from, next) => {
// {3} Load page script //
require(`./page/${auth_folder}/${page_file}.js`);
console.log(`./page/${auth_folder}/${page_file}.js`);
// console.log(`./page/${auth_folder}/${page_file}.js`);
// {4} Let VueRouter do the magic //
next();