Skip to content
Snippets Groups Projects
Commit 4fd78d0e authored by moon's avatar moon
Browse files

Removed console.log

parent c26daa16
Branches auto_logout
No related tags found
No related merge requests found
......@@ -194,8 +194,6 @@ export default {
createTable(id, data) {
const vm = this;
console.log(data)
_.forEach(data, (d) => {
d.DT_RowID = `${d.uniprot_id}`;
});
......
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