Skip to content

Commit c04e2b0

Browse files
authored
Update routes.js
1 parent 4229ce6 commit c04e2b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

assets/js/routes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ let routes = {
124124
return res.text();
125125
}).then((template) => {
126126
hideLoader();
127-
console.log(JSON.stringify(template));
128127
// template = formartComment(template, 'comment');
129128
//inline template is ignored when you pass second argument
130129
this.view({}, template);
@@ -169,4 +168,4 @@ router.mount('.app');
169168
or one liner
170169
let router = new Walkify(routes).mount('.app');
171170
172-
*/
171+
*/

0 commit comments

Comments
 (0)