Skip to content
Snippets Groups Projects
Commit 8c14dffc authored by moon's avatar moon
Browse files

Removed console.log

parent 51033fcb
Branches auto_logout
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ export default {
this.$router.push("/novelcondensate/" + id);
},
createTable(id) {
console.log('in created', this.getRole);
const vm = this;
const columns = [
{
......@@ -192,7 +191,7 @@ export default {
},
async fetchCallback(data, aoData, fnCallback) {
let vm = this;
console.log('in fetch call back');
// console.log(aoData)
let orderItem = aoData.find((x) => x.name === 'order');
let startItem = aoData.find((x) => x.name === 'start');
......@@ -277,8 +276,6 @@ export default {
let url = `${host}/api/novel-condensates?${queryString}`;
console.log('url is', url);
const jwt = vm.jwt;
if (jwt === null) {
return;
......@@ -291,8 +288,6 @@ export default {
},
});
console.log('response', res);
if (res.data) {
let dat = {
draw: aoData.draw,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment