remove debug console statement

This commit is contained in:
einhornimmond 2025-11-26 11:22:52 +01:00
parent d938811857
commit 8b7da5fd68

View File

@ -4,8 +4,6 @@ import ContentFooter from './ContentFooter'
import CONFIG from '@/config'
import { BCol, BNav, BNavItem, BRow } from 'bootstrap-vue-next'
console.log(`CONFIG in ContentFooter.spec.js: ${JSON.stringify(CONFIG, null, 2)}`)
describe('ContentFooter', () => {
let wrapper