Skip to content

Commit

Permalink
chore(core): delete debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
guillempuche committed Jun 18, 2024
1 parent 9cfad46 commit 3d4bc2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/to_schema.effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export function toPowerSyncColumn(property: AST.PropertySignature): Column {
}

export function toPowerSyncColumnType(ast: AST.AST): ColumnType {
console.log('Processing AST node:', ast)

switch (ast._tag) {
case 'StringKeyword':
return ColumnType.TEXT
Expand Down

0 comments on commit 3d4bc2f

Please sign in to comment.