Skip to content

Commit 28ef6cd

Browse files
committed
session CHANGE remove vrb message
Was printed too many times.
1 parent 46d56e0 commit 28ef6cd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/session.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,6 @@ nc_server_get_cpblts_version(struct ly_ctx *ctx, LYS_VERSION version)
933933
/* models */
934934
u = module_set_id = 0;
935935
while ((mod = ly_ctx_get_module_iter(ctx, &u))) {
936-
VRB("HELLO module %s", mod->name);
937936
if (!strcmp(mod->name, "ietf-yang-library")) {
938937
/* ietf-yang-library is always part of the list, but it is specific since it is 1.1 schema */
939938
sprintf(str, "%s?%s%s&module-set-id=%u", mod->ns, mod->rev_size ? "revision=" : "",

0 commit comments

Comments
 (0)