Skip to content

Commit f89fa34

Browse files
committed
remove debug message
1 parent 598dacd commit f89fa34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Runtime/LLM.cs

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ protected virtual string GetLlamaccpArguments()
177177
return null;
178178
}
179179
string modelPath = LLMUnitySetup.GetAssetPath(model);
180-
Debug.Log(modelPath);
181180
if (!File.Exists(modelPath))
182181
{
183182
Debug.LogError($"File {modelPath} not found!");

0 commit comments

Comments
 (0)