diff --git a/packages/@ember/debug/index.ts b/packages/@ember/debug/index.ts index be77e1984f6..b442439cc08 100644 --- a/packages/@ember/debug/index.ts +++ b/packages/@ember/debug/index.ts @@ -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';