Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcherist committed Jul 18, 2018
1 parent b5cbc97 commit cf5843c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ export default class Commands implements ICommands {
)
}

getStringCommands() {
return this.commands.filter((command) =>
[TYPE_STRING, TYPE_ARRAY].includes(command.type),
)
}
get _figures() {
return this.commands.filter((command) => command.type === TYPE_FIGURE)
}
Expand Down

0 comments on commit cf5843c

Please sign in to comment.