diff --git a/src/ui/public/config/defaults.js b/src/ui/public/config/defaults.js index f747c216e5f9a..6b2bb73c18c92 100644 --- a/src/ui/public/config/defaults.js +++ b/src/ui/public/config/defaults.js @@ -237,14 +237,5 @@ export default function configDefaultsProvider() { description: 'The time in milliseconds which an information notification ' + 'will be displayed on-screen for. Setting to Infinity will disable.' }, - 'url:warnLength': { - value: 1900, - description: ` - When the application url reaches this length we will start warning about - potential issues. Internet Explorer supports urls up to - 2,083 characters long. - If IE compatibility is not important this can probably be disabled (set to 0). - `, - }, }; };