cosmetic: remove unndecessary message
This commit is contained in:
parent
b8edd5cda8
commit
221c58b51b
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ Java_org_lisp_ecl_EmbeddedCommonLisp_start(JNIEnv *env, jobject this,
|
|||
|
||||
const char *lisp_dir = (*env)->GetStringUTFChars(env, path, NULL);
|
||||
LOGI("XXX: ECL starting: *default-pathname-defaults* to: %s\n", lisp_dir);
|
||||
LOGE("XXX: hey ho\n");
|
||||
ecl_boot(lisp_dir);
|
||||
LOGI("ECL started.");
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue