Skip to content

Commit

Permalink
remove easter egg for Sid 🦄
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Sep 12, 2019
1 parent 3e30d23 commit d883cca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cli/introspection/src/prompt/screens/Step60ProcessBlank.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ const Step60ProcessBlank: React.FC = () => {
return (
<Box flexDirection="column">
<Box flexDirection="column" marginLeft={2}>
<Color bold>Processsing the blank stuff...</Color>
<Color dim>Please wait a few years</Color>
{JSON.stringify(state)}
<Color bold>Processing the blank project</Color>
</Box>
</Box>
)
Expand Down

0 comments on commit d883cca

Please sign in to comment.