chore: remove unneeded logging from go android package
This commit is contained in:
parent
62cd63ee08
commit
a88ff57f73
|
@ -2,7 +2,6 @@ package android
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"sync"
|
||||
|
||||
"gioui.org/app"
|
||||
|
@ -113,7 +112,6 @@ func NewChannel(importance Importance, id, name, description string) (*Notificat
|
|||
fieldID := jni.GetStaticFieldID(env, managerClass, name, "I")
|
||||
importances[index] = jni.GetStaticIntField(env, managerClass, fieldID)
|
||||
}
|
||||
log.Printf("importances: %v", importances)
|
||||
|
||||
})
|
||||
newChannelMethod := jni.GetStaticMethodID(env, notifyClass, "newChannel", "(Landroid/content/Context;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V")
|
||||
|
|
Loading…
Reference in New Issue
Block a user