Skip to content

Commit

Permalink
Merge pull request #136 from happo/remove-debug-log
Browse files Browse the repository at this point in the history
Remove redundant console log
  • Loading branch information
trotzig authored Nov 6, 2024
2 parents 6d48c6d + 63e000c commit f1761e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ function renderStory(story, { force = false } = {}) {
return new Promise((resolve) => {
const timeout = time.originalSetTimeout(resolve, renderTimeoutMs);
function handleRenderPhaseChanged(ev) {
console.log(ev);
if (ev.newPhase === 'completed') {
channel.off('storyRenderPhaseChanged', handleRenderPhaseChanged);
clearTimeout(timeout);
Expand Down

0 comments on commit f1761e3

Please sign in to comment.