Skip to content

Commit 029378f

Browse files
committed
context: remove debug print
This log was introduced for debug. Remove it. Fixes: 0a4b09f ("cffi: allows to usage of libyang v4") Signed-off-by: Jeremie Leska <jeremie.leska@6wind.com>
1 parent 6a8d5e4 commit 029378f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libyang/context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ def __init__(
262262
fmt = lib.LYD_JSON
263263
else:
264264
fmt = lib.LYD_XML
265-
print("steweg", search_path, yanglib_path, yanglib_fmt, options)
266265
ret = lib.ly_ctx_new_ylpath(
267266
str2c(search_path), str2c(yanglib_path), fmt, options, ctx
268267
)

0 commit comments

Comments
 (0)