Skip to content

Commit

Permalink
fix: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcherist committed Jul 24, 2018
1 parent 542d778 commit 2106957
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,9 @@ export default class Context implements IContext {
}

// public async replyWithGallery() {

// @TODO
// }

// public enterScene: (sceneName: string) => void
// public leaveScene: () => void
public enterScene(scene: Scene): void {
if (!scene) throw new Error('Please provide scene you want to enter in')
const matchedScene = this.scenes.find(candidateScene => candidateScene.name === scene.name)
Expand Down

0 comments on commit 2106957

Please sign in to comment.