Skip to content

Commit 8b77b87

Browse files
author
davidkline-ms
committed
remove unneeded debug.log messages
1 parent 62b57af commit 8b77b87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/MRTK/StandardAssets/EditorUtilities/OnLoadUtilities.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ private static void EnsureShaders(bool bypassIgnore)
4848
if (!string.IsNullOrWhiteSpace(sentinelPath))
4949
{
5050
FileInfo ignoreFile = new FileInfo(Path.Combine(new FileInfo(sentinelPath).Directory.FullName, IgnoreFileName));
51-
Debug.Log(ignoreFile.FullName);
5251
if (ignoreFile.Exists)
5352
{
5453
ignoreFile.Delete();
@@ -71,7 +70,6 @@ private static void EnsureShaders(bool bypassIgnore)
7170
private static bool AssetsContainsShaders(DirectoryInfo packageShaderFolder)
7271
{
7372
string sentinelPath = AssetDatabase.GUIDToAssetPath(ShaderSentinelGuid);
74-
Debug.LogWarning(sentinelPath);
7573

7674
// If we do not find the sentinel, we need to import the shaders.
7775
if (string.IsNullOrWhiteSpace(sentinelPath))

0 commit comments

Comments
 (0)