Skip to content

Commit f0bb174

Browse files
committed
remove log lines
1 parent b753841 commit f0bb174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/net/rebeyond/memshell/Agent.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public static void initLoad() throws Exception {
228228
}
229229
catch(Exception e)
230230
{
231-
e.printStackTrace();
231+
//pass
232232
}
233233
}
234234

@@ -244,4 +244,4 @@ public static void openUrl(String address) throws Exception {
244244
bs.append(l).append("\n");
245245
}
246246
}
247-
}
247+
}

0 commit comments

Comments
 (0)