Skip to content

Commit

Permalink
fix(core): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Mar 16, 2021
1 parent 38646ab commit b7f2df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/session.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ session = (args, options={}) ->
# Start with a paused scheduler to register actions out of the handler
action.scheduler = schedulers.out
# Expose the action context
action.config.context = action.context if action.context
action.context = new Proxy on_call, get: on_get
# Execute the action
result = new Promise (resolve, reject) ->
Expand Down

0 comments on commit b7f2df8

Please sign in to comment.