mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 18:24:57 +08:00
Cleaning up log message formats
This commit is contained in:
@@ -3,7 +3,7 @@ package yqlib
|
||||
import "container/list"
|
||||
|
||||
func getParentOperator(_ *dataTreeNavigator, context Context, _ *ExpressionNode) (Context, error) {
|
||||
log.Debugf("-- getParentOperator")
|
||||
log.Debugf("getParentOperator")
|
||||
|
||||
var results = list.New()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user