Skip to content

Commit 1e3fae5

Browse files
committed
move misc logging to common
1 parent 36a8cf1 commit 1e3fae5

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

core/src/common/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
pub mod misc_logging;
12
pub mod shared_parameters;

core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ use sp_weights::Weight;
4242
pub mod commands;
4343
pub mod common;
4444
mod inherents;
45-
mod misc;
4645
mod parse;
4746
pub mod state;
4847

0 commit comments

Comments
 (0)