Skip to content

Commit 9be8e9a

Browse files
author
LongYinan
committed
fix(deno-lint): remove debug print
1 parent 69e18d8 commit 9be8e9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/deno-lint/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ fn lint_command(ctx: CallContext) -> Result<JsBoolean> {
224224
if !p.is_dir() {
225225
let file_content = fs::read_to_string(&p)
226226
.map_err(|e| Error::from_reason(format!("Read file {:?} failed: {}", p, e)))?;
227-
println!("{:?}", &p);
228227
let mut linter = LinterBuilder::default()
229228
.rules(if enable_all_rules {
230229
get_all_rules()

0 commit comments

Comments
 (0)