Skip to content

Commit

Permalink
Update ls.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Nov 16, 2024
1 parent a18621d commit ba6dcbf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cli/ls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ pub struct Ls {

impl Ls {
pub fn run(mut self) -> Result<()> {
dbg!(&*SETTINGS
.disable_tools()
.iter()
.map(|s| s.as_str())
.collect::<Vec<_>>());
let config = Config::try_get()?;
self.plugin = self
.plugin
Expand Down

0 comments on commit ba6dcbf

Please sign in to comment.