Skip to content

Commit

Permalink
FIX: remove coments
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuanyshbaev committed Oct 9, 2024
1 parent 9824c5a commit 3ab9962
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frame/digital-twin/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ pub trait WeightInfo {
}

/// Weight functions for `robonomics_digital_twin`.
// pub struct WeightInfo<T>(PhantomData<T>);
// impl<T: frame_system::Config> pallet_robonomics_digital_twin::WeightInfo for WeightInfo<T> {
pub struct RobonomicsWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for RobonomicsWeight<T> {
/// Storage: `DigitalTwin::Total` (r:1 w:1)
Expand Down

0 comments on commit 3ab9962

Please sign in to comment.