We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfecabf commit be3f2aeCopy full SHA for be3f2ae
src/parsing/v2/field/fieldLocation.ts
@@ -12,7 +12,6 @@ export class FieldLocation {
12
readonly page: number | undefined;
13
14
constructor(serverResponse: StringDict) {
15
- console.log("paj???", serverResponse["page"]);
16
this.polygon = serverResponse["polygon"] as Polygon;
17
this.page = "page" in serverResponse ? serverResponse["page"] : undefined;
18
}
0 commit comments