mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 06:40:34 +08:00
chore: remove debug output
This commit is contained in:
parent
cc0617d247
commit
af1a1a2498
@ -195,7 +195,7 @@ func (b *Manager) processFunctionCall(callData *messages.CallData) (interface{},
|
||||
return nil, errorResult.Interface().(error)
|
||||
}
|
||||
}
|
||||
fmt.Printf("result = '%+v'\n", result)
|
||||
// fmt.Printf("result = '%+v'\n", result)
|
||||
if len(result) > 0 {
|
||||
return result[0].Interface(), nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user