Skip to content

Commit 78b2e33

Browse files
committed
chore: removed logs
1 parent c9780cd commit 78b2e33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/button/button.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export class Button extends ButtonBase {
6464
if (!LayoutInflater) {
6565
LayoutInflater = android.view.LayoutInflater;
6666
}
67-
console.log('test', this.variant, layoutId);
6867
const view = android.view.LayoutInflater.from(this._context).inflate(layoutId, null, false) as com.google.android.material.button.MaterialButton;
6968

7069
// if (variant === 'outline') {

0 commit comments

Comments
 (0)