Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions packages/@ember/debug/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@ if (DEBUG) {
/**
Display a debug notice.

Calls to this function are removed from production builds, so they can be
freely added for documentation and debugging purposes without worries of
incuring any performance penalty.
Calls to this function are not invoked in production builds.

```javascript
import { debug } from '@ember/debug';
Expand Down