Skip to content

Commit

Permalink
chore: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
skokenes committed Jul 25, 2024
1 parent bcc857b commit 2374c85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/malloy/src/dialect/duckdb/duckdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ export class DuckDBDialect extends Dialect {
}

sqlTypeToMalloyType(sqlType: string): FieldAtomicTypeDef | undefined {
console.log('sqlType', sqlType);
// Remove trailing params
const baseSqlType = sqlType.match(/^(\w+)/)?.at(0) ?? sqlType;
return duckDBToMalloyTypes[baseSqlType.toUpperCase()];
Expand Down

0 comments on commit 2374c85

Please sign in to comment.