Skip to content

Commit

Permalink
disable warning for now
Browse files Browse the repository at this point in the history
need to be reworked to provide this information only when needed
  • Loading branch information
koperagen committed Apr 10, 2023
1 parent 5286945 commit 841590b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class DataSchemaGenerator(
}

is CodeGenerationReadResult.Error -> {
logger.warn("Error while reading types-only from data at ${importStatement.dataSource.pathRepresentation}: ${codeGenResult.reason}")
// logger.warn("Error while reading types-only from data at ${importStatement.dataSource.pathRepresentation}: ${codeGenResult.reason}")
}
}

Expand Down

0 comments on commit 841590b

Please sign in to comment.