mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Remove log
This commit is contained in:
@@ -177,12 +177,6 @@ namespace gdjs {
|
||||
|
||||
const newRuntimeGameOptions: RuntimeGameOptions = gdjs.runtimeGameOptions;
|
||||
const newProjectData: ProjectData = gdjs.projectData;
|
||||
console.log(
|
||||
'areEffectsHiddenInEditor',
|
||||
oldProjectData.areEffectsHiddenInEditor,
|
||||
' --> ',
|
||||
newProjectData.areEffectsHiddenInEditor
|
||||
);
|
||||
|
||||
if (gdjs.inAppTutorialMessage) {
|
||||
gdjs.inAppTutorialMessage.displayInAppTutorialMessage(
|
||||
|
Reference in New Issue
Block a user