Skip to content

Commit f7600c5

Browse files
authored
Remove outdated note about DEV mode in logs (#3472)
This log was removed via facebook/react-native@1f25d3c, and referencing it can be confusing.
1 parent b9e1702 commit f7600c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Profiling is the process of analyzing an app's performance, resource usage, and
77

88
For iOS, Instruments is an invaluable tool, and on Android you should learn to use the [Android Studio Profiler](profiling.md#profiling-android-ui-performance-with-system-tracing).
99

10-
But first, [**make sure that Development Mode is OFF!**](performance.md#running-in-development-mode-devtrue) You should see `__DEV__ === false, development-level warning are OFF, performance optimizations are ON` in your application logs.
10+
But first, [**make sure that Development Mode is OFF!**](performance.md#running-in-development-mode-devtrue).
1111

1212
## Profiling Android UI Performance with System Tracing
1313

0 commit comments

Comments
 (0)