We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4229ce6 commit c04e2b0Copy full SHA for c04e2b0
1 file changed
assets/js/routes.js
@@ -124,7 +124,6 @@ let routes = {
124
return res.text();
125
}).then((template) => {
126
hideLoader();
127
- console.log(JSON.stringify(template));
128
// template = formartComment(template, 'comment');
129
//inline template is ignored when you pass second argument
130
this.view({}, template);
@@ -169,4 +168,4 @@ router.mount('.app');
169
168
or one liner
170
let router = new Walkify(routes).mount('.app');
171
172
-*/
+*/
0 commit comments