removed unnecessary logging

This commit is contained in:
LAX1DUDE 2022-08-24 23:27:28 -07:00
parent b3bf06bdc8
commit 1524d46f26

View File

@ -163,7 +163,6 @@ public class AssetRepository {
loadNew(new ByteArrayInputStream(load, off + 8, len2)); loadNew(new ByteArrayInputStream(load, off + 8, len2));
} }
}catch(Throwable t) { }catch(Throwable t) {
t.printStackTrace();
} }
} }
}else { }else {