Skip to content

Commit f6a9982

Browse files
Remove logger for motion
1 parent 2e5999c commit f6a9982

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cubism2/LAppModel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ class LAppModel extends L2DBaseModel {
297297
const motionName = this.modelSetting.getMotionFile(name, no);
298298

299299
if (motionName == null || motionName == '') {
300-
logger.error('Failed to motion.');
301300
return;
302301
}
303302

0 commit comments

Comments
 (0)