Skip to content

Commit b507033

Browse files
committed
remove log
1 parent 8a434fc commit b507033

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ pub struct Set {
4242
#[wasm_bindgen]
4343
impl Set {
4444
pub fn new(number_of_features: usize, feature_options: usize) -> Set {
45-
console_log("Running in Rust!");
4645
Set {
4746
board_size: 12,
4847
number_of_features: number_of_features,

0 commit comments

Comments
 (0)