diff --git a/native/src/lib.rs b/native/src/lib.rs index 486578d..e5d4209 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -5,7 +5,6 @@ extern crate rand; use neon::prelude::*; -// tom pridham @ jane fn hello(mut cx: FunctionContext) -> JsResult { Ok(cx.string("hello node")) }