mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 06:22:16 +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)
|
return nil, errorResult.Interface().(error)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Printf("result = '%+v'\n", result)
|
// fmt.Printf("result = '%+v'\n", result)
|
||||||
if len(result) > 0 {
|
if len(result) > 0 {
|
||||||
return result[0].Interface(), nil
|
return result[0].Interface(), nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user