removed console.log
This commit is contained in:
@ -35,7 +35,6 @@ class LoadedMap {
|
||||
}
|
||||
|
||||
public getCharactersInMap(): MapCharacter[] {
|
||||
console.log(this.characters)
|
||||
return this.characters
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user