remove cruft

This commit is contained in:
AJ ONeal 2019-02-12 19:33:28 -07:00
parent aa5873164a
commit 46a9917dc3
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ extern crate rand;
use neon::prelude::*;
// tom pridham @ jane
fn hello(mut cx: FunctionContext) -> JsResult<JsString> {
Ok(cx.string("hello node"))
}