Remove outdated debug line
Dependencies
Change contents
- replacement in importers/paypal/src/lib.rs at line 91
pub const NAME: &str = "paypal";pub const NAME: &'static str = "paypal"; - edit in importers/paypal/src/lib.rs at line 105
dbg!(record);
pub const NAME: &str = "paypal"; pub const NAME: &'static str = "paypal"; dbg!(record);