Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Apr 22, 2021
1 parent 62b2652 commit d8af7ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client-api/src/story_store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ export default class StoryStore {
};

getStoryContext(id: StoryId) {
console.log(this._storyContexts, id, this._storyContexts[id]);
return this._storyContexts[id];
}

Expand Down

0 comments on commit d8af7ed

Please sign in to comment.