Skip to content

Commit

Permalink
Update platform-generator.ts
Browse files Browse the repository at this point in the history
corrections not noted before removed also the log used during debug.
  • Loading branch information
sca075 authored Nov 28, 2023
1 parent bb4be41 commit ebd165f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/model/generators/platform-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export class PlatformGenerator {
for (const templateName in platformTemplate.map_modes.templates) {
const template = platformTemplate.map_modes.templates[templateName];
if (template.selection_type === SelectionType[SelectionType.PREDEFINED_RECTANGLE]) {
console.log("got template:", templateName);
return templateName;
}
}
Expand All @@ -182,5 +181,3 @@ export class PlatformGenerator {
} as unknown as PlatformTemplate)
);
}

}

0 comments on commit ebd165f

Please sign in to comment.