Skip to content

Commit 6eea1f3

Browse files
Rebuild
1 parent f6a9982 commit 6eea1f3

File tree

6 files changed

+4
-7
lines changed

6 files changed

+4
-7
lines changed

build/cubism2/LAppModel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ class LAppModel extends L2DBaseModel {
180180
startMotion(name, no, priority) {
181181
const motionName = this.modelSetting.getMotionFile(name, no);
182182
if (motionName == null || motionName == '') {
183-
logger.error('Failed to motion.');
184183
return;
185184
}
186185
if (priority == LAppDefine.PRIORITY_FORCE) {

build/model.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ class ModelManager {
191191
modelSetting = await this.fetchWithCache(modelSettingPath);
192192
const version = this.checkModelVersion(modelSetting);
193193
if (version === 2) {
194-
console.log("BEFORE");
195194
const textureCache = await this.loadTextureCache(modelName);
196-
console.log("AFTER", textureCache);
197195
if (textureCache.length > 0) {
198196
let textures = textureCache[this.modelTexturesId];
199197
if (typeof textures === 'string')

dist/chunk/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chunk/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/waifu-tips.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/waifu-tips.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)