Remove useless log
This commit is contained in:
parent
ae484436df
commit
a3868ac971
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
export const path = `/paths/${id}`;
|
export const path = `/paths/${id}`;
|
||||||
export let src: string;
|
export let src: string;
|
||||||
|
|
||||||
console.log(id)
|
|
||||||
let image = '/archi.png'
|
let image = '/archi.png'
|
||||||
switch (id) {
|
switch (id) {
|
||||||
case 1:
|
case 1:
|
||||||
|
|
Loading…
Reference in a new issue