Skip to content

Commit cfcaf5e

Browse files
author
Tom Kail
committed
removes some logs
1 parent 4994930 commit cfcaf5e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Packages/Ink/Editor/Core/Compiler/InkCompiler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ private static void TryCompileNextFileInStack () {
294294
ThreadPool.QueueUserWorkItem(CompileInkThreaded, fileToCompile);
295295
}
296296
} else {
297-
Debug.Log("TryCompileNextFileInStack COMPILING ALREADY "+fileToCompile);
297+
// Debug.Log("TryCompileNextFileInStack COMPILING ALREADY "+fileToCompile);
298298
}
299299
}
300300

Packages/Ink/Editor/Core/Ink Library/InkLibrary.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ public static void LoadOrCreateInstance () {
108108
}
109109

110110
public static void SaveToFile () {
111-
if(!created) return;
112-
Debug.Log("SaveToFile");
113-
111+
if(!created) return;
114112
InternalEditorUtility.SaveToSerializedFileAndForget((Object[]) new InkLibrary[1] {_Instance}, absoluteSavePath, true);
115113
}
116114

0 commit comments

Comments
 (0)