Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damnae committed Feb 4, 2024
1 parent da93e07 commit c970608
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/hashstore.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { reactive, } from 'vue'
import { getHash } from './translate'

console.log(`"${getHash('min')}": "min",`)
console.log(`"${getHash('max')}": "max",`)
//console.log(`"${getHash('min')}": "min",`)

const defaultHashes:{[key:number]:string} =
{
Expand Down

0 comments on commit c970608

Please sign in to comment.