[-] Remove debug logging
This commit is contained in:
@@ -80,9 +80,6 @@ export default class Navigation extends Vue
|
|||||||
// Record or not
|
// Record or not
|
||||||
if (history == null || history)
|
if (history == null || history)
|
||||||
{
|
{
|
||||||
// Debug output TODO: Remove this
|
|
||||||
console.log(`onNavigate: Previous: ${this.activeIndex}, New: ${newIndex}`);
|
|
||||||
|
|
||||||
// Check url
|
// Check url
|
||||||
let url = `/#${newIndex}`;
|
let url = `/#${newIndex}`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user