diff --git a/src/components/navigation/navigation.ts b/src/components/navigation/navigation.ts index 92d2dc4..aa1cad4 100644 --- a/src/components/navigation/navigation.ts +++ b/src/components/navigation/navigation.ts @@ -80,9 +80,6 @@ export default class Navigation extends Vue // Record or not if (history == null || history) { - // Debug output TODO: Remove this - console.log(`onNavigate: Previous: ${this.activeIndex}, New: ${newIndex}`); - // Check url let url = `/#${newIndex}`;