Skip to content

Commit 813ecbe

Browse files
committed
移除测试代码
1 parent 940e40a commit 813ecbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MiraiMC-Bukkit/src/main/java/me/dreamvoid/miraimc/bukkit/BukkitPlugin.java

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public void onLoad() {
4747
// 加载mirai核心完成,开始加载附属功能
4848
MiraiAutoLogin = new MiraiAutoLogin(this);
4949
MiraiEvent = new MiraiEvent();
50-
throw new RuntimeException("Test exception", new RuntimeException("Test cause"));
5150
} catch (Exception e) {
5251
Utils.resolveException(e, getLogger(), "加载 MiraiMC 阶段 1 时出现异常!");
5352
}

0 commit comments

Comments
 (0)