[-] Remove debug logging

This commit is contained in:
Hykilpikonna
2019-11-02 19:04:56 -04:00
parent c5dfad8be8
commit 905db3c73a
-3
View File
@@ -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}`;