remove cruft

This commit is contained in:
AJ ONeal 2019-02-12 19:33:28 -07:00
부모 aa5873164a
커밋 46a9917dc3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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