Skip to content

Commit daf05bc

Browse files
committed
No warning for unknown object type
Signed-off-by: worksofliam <[email protected]>
1 parent 0eb99d7 commit daf05bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cli/src/targets/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ export class Targets {
178178
const type: ObjectType = (isProgram ? "PGM" : this.getObjectType(relativePath, extension));
179179

180180
if (!type) {
181-
this.logger.fileLog(relativePath, {
182-
type: `warning`,
183-
message: `Unknown object type for ${relativePath} with extension ${extension}.`
184-
});
185-
186181
return;
187182
}
188183

0 commit comments

Comments
 (0)