Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed May 5, 2020
1 parent 929ad24 commit c42f1d7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,5 @@ export const pickSavedTimeline = (
savedTimeline.templateTimelineVersion = null;
}

console.log('pickSavedTimeline', JSON.stringify(savedTimeline));

return savedTimeline;
};

0 comments on commit c42f1d7

Please sign in to comment.