Skip to content

Commit

Permalink
fixing console.log...
Browse files Browse the repository at this point in the history
  • Loading branch information
danielferro69 committed Jun 14, 2023
1 parent 7d4a428 commit 1b1055c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/escenas/libroPrimaria/EscenaManic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class EscenaManic extends EscenaDesdeMapa {
}

estaResueltoElProblema(): boolean {
console.log(`posiciones ${this.xFinal} ${this.yFinal}`)
return this.estaEnPosicionFinalSiLaTiene() && this.telescopioResuelto() && this.observacionResuelta("Estrella") && this.observacionResuelta("Planeta");
}

Expand Down

0 comments on commit 1b1055c

Please sign in to comment.