Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9341d07

Browse files
committed
chore: remove some old comments
1 parent ad876c3 commit 9341d07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

variable.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ func (vr *variableResolver) resolve(ctx *ExecutionContext) (*Value, error) {
312312
current.Kind().String(), vr.String())
313313
}
314314
case varTypeIdent:
315-
// debugging:
316-
// fmt.Printf("now = %s (kind: %s)\n", part.s, current.Kind().String())
317-
318315
// Calling a field or key
319316
switch current.Kind() {
320317
case reflect.Struct:

0 commit comments

Comments
 (0)