remove cruft

Esse commit está contido em:
AJ ONeal 2019-02-12 19:33:28 -07:00
commit 46a9917dc3
1 arquivos alterados com 0 adições e 1 exclusões

Ver arquivo

@ -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"))
}