Skip to content

Commit 59db16a

Browse files
authored
remove debug message
1 parent 758e237 commit 59db16a

File tree

1 file changed

+0
-1
lines changed
  • services/bao-console/src/cmds

1 file changed

+0
-1
lines changed

services/bao-console/src/cmds/pddb.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pub struct PddbCmd {
1515
}
1616
impl PddbCmd {
1717
pub fn new() -> Self {
18-
log::info!("here");
1918
let pddb = pddb::Pddb::new();
2019
log::info!("PDDB mount result: {:?}", pddb.try_mount());
2120
PddbCmd { pddb }

0 commit comments

Comments
 (0)