Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Merge requests
!5483
remove useless use of console.log()
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Closed
Administrator
requested to merge
github/fork/emersonlaurentino/patch-1
into
master
6 years ago
Overview
5
Commits
1
Pipelines
0
Changes
1
Created by: emersonlaurentino
0
0
Compare
master
master (base)
and
latest version
latest version
35166ef0
1 commit,
2 years ago
1 file
+
0
-
1
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
packages/react-scripts/scripts/start.js
+
0
-
1
Options
View file @ 35166ef0
Show full file
@@ -72,7 +72,6 @@ if (process.env.HOST) {
console
.
log
(
`Learn more here:
${
chalk
.
yellow
(
'
http://bit.ly/CRA-advanced-config
'
)}
`
);
console
.
log
();
}
// We require that you explictly set browsers and do not fall back to
Menu
Explore
Projects
Groups
Snippets