Skip to content

Commit

Permalink
fix: removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed May 8, 2021
1 parent b777125 commit 8e0a95f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@ export function getByPath(obj, path) {
}
return obj
}

export function testMethod3() {
console.log('testMethod3')
}

0 comments on commit 8e0a95f

Please sign in to comment.