Skip to content

Commit

Permalink
Pour one out for the fire emoji banner. (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbleigh committed Oct 26, 2018
1 parent d8834f9 commit 8bdaa9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ module.exports = new Command("init [feature]")
"\n";
}

if (process.platform === "darwin") {
BANNER_TEXT = BANNER_TEXT.replace(/#/g, "🔥");
}
logger.info(
clc.yellow.bold(BANNER_TEXT) +
"\nYou're about to initialize a Firebase project in this directory:\n\n " +
Expand Down

0 comments on commit 8bdaa9e

Please sign in to comment.