diff --git a/libyang/context.py b/libyang/context.py index 21db162..d0309d7 100644 --- a/libyang/context.py +++ b/libyang/context.py @@ -262,7 +262,6 @@ def __init__( fmt = lib.LYD_JSON else: fmt = lib.LYD_XML - print("steweg", search_path, yanglib_path, yanglib_fmt, options) ret = lib.ly_ctx_new_ylpath( str2c(search_path), str2c(yanglib_path), fmt, options, ctx )