Skip to content

Commit

Permalink
chore(create-gatsby): Remove alpha warning (#28132)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Nov 17, 2020
1 parent 195d623 commit 23b4137
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/create-gatsby/src/index.ts
Expand Up @@ -141,13 +141,6 @@ ${center(c.blueBright.bold.underline(`Welcome to Gatsby!`))}
`
)
console.log(c.red(rule()))
console.log(
center(
c.red(`${c.symbols.warning} This is currently for testing purposes only`)
)
)
console.log(c.red(rule()))

console.log(
wrap(
Expand Down

0 comments on commit 23b4137

Please sign in to comment.