Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Nov 23, 2024
1 parent e90a0e1 commit 1f1987a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion ext/webstorage/01_webstorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function createStorage(persistent) {
configurable: true,
});
}
console.log("set", key, value);
target.setItem(key, value);
return true;
},
Expand Down
1 change: 0 additions & 1 deletion ext/webstorage/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ impl Storage {
state: &mut OpState,
#[string] key: &str,
) -> Result<Option<String>, WebStorageError> {
println!("get_item {}", key);
let conn = get_webstorage(state, self.persistent)?;

let mut stmt =
Expand Down
10 changes: 0 additions & 10 deletions test.mjs

This file was deleted.

0 comments on commit 1f1987a

Please sign in to comment.