Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
DELETE (CSV) : remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Maus3rSR committed Oct 20, 2020
1 parent f453bec commit 66cf6e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/renderer/screens/partials/list/entry_list/modal/Csv.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ export default {
return this.cell_error_matrix[row_index].includes(column_index)
},
generateKey() {
return (new Date().getTime() + Math.floor((Math.random()*10000)+1)).toString(16)
},
show(data_list) {
if (Array.isArray(data_list))
this.list = data_list
Expand Down

0 comments on commit 66cf6e3

Please sign in to comment.