Removed duplicate debug code
All checks were successful
/ test (push) Successful in 17s

This commit is contained in:
Eduard Urbach 2025-07-03 16:46:56 +02:00
parent bdb1b9595f
commit 4aa4d613a1
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
12 changed files with 58 additions and 85 deletions

View file

@ -33,7 +33,7 @@ func (v *Parameter) IsConst() bool {
return true
}
func (v *Parameter) Debug() string {
func (v *Parameter) Debug(expand bool) string {
return v.String()
}