web-tuner/release.go

12 lines
151 B
Go

//go:build !debug
package main
func debugLog(string, ...any) {}
func (a *App) JSDebugLog(string) {}
func (a *App) IsDebug() bool {
return false
}