From 46a9917dc350ecac6c21858e2063902dd9cc1767 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 12 Feb 2019 19:33:28 -0700 Subject: [PATCH] remove cruft --- native/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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")) }