diff --git a/src/app-logic/constants.js b/src/app-logic/constants.js index 46eb20b8e2..7b2f18768b 100644 --- a/src/app-logic/constants.js +++ b/src/app-logic/constants.js @@ -110,8 +110,7 @@ export const PROFILER_SERVER_ORIGIN = 'https://api.profiler.firefox.com'; // SYMBOL_SERVER_URL // ----------------- // Can be overridden with the URL parameter `symbolServer=SERVERURL`. -// You can change this to the staging server `https://symbolication.stage.mozaws.net`, -// or run a local symbol server (for example using profiler-symbol-server [1]) +// You can change this to run a local symbol server (for example using profiler-symbol-server [1]) // and set it to e.g. 'http://localhost:8000/'. // // [1] https://github.com/mstange/profiler-symbol-server/