Skip to content

Commit cb6db02

Browse files
authored
Update documentation for runInDebug
The documentation was incorrect, see: #18912
1 parent cdb0862 commit cb6db02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/@ember/debug/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,7 @@ if (DEBUG) {
171171
/**
172172
Display a debug notice.
173173
174-
Calls to this function are removed from production builds, so they can be
175-
freely added for documentation and debugging purposes without worries of
176-
incuring any performance penalty.
174+
Calls to this function are not invoked in production builds.
177175
178176
```javascript
179177
import { debug } from '@ember/debug';

0 commit comments

Comments
 (0)