From a5d7572677663bd4fbb34bff1aa414bdf9098e1f Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 29 Jun 2024 21:02:52 +0300 Subject: [PATCH] publishing --- module/move/willbe/src/action/list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/move/willbe/src/action/list.rs b/module/move/willbe/src/action/list.rs index 73e50679e4..f9931850a9 100644 --- a/module/move/willbe/src/action/list.rs +++ b/module/move/willbe/src/action/list.rs @@ -445,7 +445,7 @@ mod private let mut report = ListReport::default(); // let manifest = Manifest::try_from( args.path_to_manifest.absolute_path() ) - dbg!( &args.path_to_manifest ); + // dbg!( &args.path_to_manifest ); let manifest = Manifest::try_from( args.path_to_manifest.clone() ) .context( "List of packages by specified manifest path" ) .err_with( || report.clone() )?;