diff --git a/index.html b/index.html index 2a070db6e..e6b1cc0a6 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,6 @@ diff --git a/src/libs/duckdb.ts b/src/libs/duckdb.ts index 9091e7c36..49177b710 100644 --- a/src/libs/duckdb.ts +++ b/src/libs/duckdb.ts @@ -54,10 +54,6 @@ export class DuckDb { protected constructor(public readonly conn: duckdb.AsyncDuckDBConnection, public readonly db: duckdb.AsyncDuckDB) {} static async create() { - console.log({ - DuckDb: DuckDb.instance - }); - if (!DuckDb.instance) { // Select a bundle based on browser checks // Instantiate the asynchronus version of DuckDB-Wasm @@ -67,8 +63,6 @@ export class DuckDb { ); await db.instantiate(eh_worker); const conn = await db.connect(); - console.log({ conn }); - DuckDb.instance = new DuckDb(conn, db); } return DuckDb.instance; diff --git a/src/pages/Balance/TransferConvertToken/index.tsx b/src/pages/Balance/TransferConvertToken/index.tsx index 3e98afd98..72d09bf55 100644 --- a/src/pages/Balance/TransferConvertToken/index.tsx +++ b/src/pages/Balance/TransferConvertToken/index.tsx @@ -380,7 +380,7 @@ const TransferConvertToken: FC = ({ {isOpen && (