We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2232f1 commit 873d7bbCopy full SHA for 873d7bb
modules/ln_jscheme/ANDROID_java_oncreate
@@ -5,7 +5,6 @@ if(LNjSchemeSession==null) {
5
LNjSchemeSession = new LNjScheme.Scheme
6
(new String[0])
7
{
8
-
9
public void ln_log(String msg) {
10
String m = ln_log_date_formatter.format(new java.util.Date()) + msg;
11
System.err.println(TAG + ": " + m);
0 commit comments