Wish [B4X] B4XTable - Remove a log

Mahares

Expert
Licensed User
Longtime User
It happens in both Debug and Release. It is harmless. I think Erel just forgot to comment it in the B4XTable lib code. It comes from this code:
B4X:
If OldSQL.IsInitialized Then
            Log("closing old db.")
            OldSQL.Close
        End If
 

Mahares

Expert
Licensed User
Longtime User
Obviously I knew this
I know you know everything. Dude, the reason I answered is primarily to point out that it happens in release also, because you mentioned you were not sure if it happens in release. The rest of the post was to confirm what you mentioned.
 

LucaMs

Expert
Licensed User
Longtime User
Top