deakjahn / sqflite_web

A web plugin for https://github.com/tekartik/sqflite
Other
36 stars 20 forks source link

Browser's console logging #10

Closed ingmferrer closed 4 years ago

ingmferrer commented 4 years ago

Hello,

This plugin is working as expected, no problem on that but I see it is leaving prints in the browser console:

For example: INSERT OR REPLACE INTO gender (id, name, icon) VALUES (?, ?, ?) [2, Femenino, venus]

Is there a way to stop logging the "database" transactions in the browser console?

Thanks.

deakjahn commented 4 years ago

Indeed. I wonder if this should somehow be passed in when opening.