diff --git a/packages/astro/test/units/i18n/astro_i18n.nodetest.js b/packages/astro/test/units/i18n/astro_i18n.nodetest.js index a568ce6bc4be..56be06194b0b 100644 --- a/packages/astro/test/units/i18n/astro_i18n.nodetest.js +++ b/packages/astro/test/units/i18n/astro_i18n.nodetest.js @@ -1165,18 +1165,6 @@ describe('getLocaleAbsoluteUrl', () => { 'https://example.com/blog/es/' ); - console.log( - 'ASDF;JKDFAS;JKLADF;SKLJA;FDJKLS;JKLADFSJKLFDAS;LJKFDAS;JLKAFDSJLFDKS', - getLocaleAbsoluteUrl({ - locale: 'en_US', - base: '/blog/', - ...config.experimental.i18n, - site: 'https://example.com', - trailingSlash: 'always', - format: 'directory', - }) - ); - // file format assert.equal( getLocaleAbsoluteUrl({