cosmetic: remove unndecessary message

This commit is contained in:
Daniel Kochmański 2015-10-22 14:59:47 +02:00
parent b8edd5cda8
commit 221c58b51b

View file

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