Skip to content

Commit

Permalink
Removed unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kkykkykky committed Jul 17, 2021
1 parent fcc7f92 commit 2141638
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions StudioTransformOrientation/StudioTransformOrientation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ private static void SetNewChildOrientation(ObjectCtrlInfo _child)
{
if (localActive && _child != null)
{
Logging(BepInEx.Logging.LogLevel.Info, $"OnAttach");
GuideObject guideObject = _child.guideObject;
SetNewObjectOrientation(guideObject);
}
Expand All @@ -165,7 +164,6 @@ private static void SetDetachedObjOrientation(ObjectCtrlInfo __instance)
{
if (localActive)
{
Logging(BepInEx.Logging.LogLevel.Info, $"OnDetach");
GuideObject guideObject = __instance.guideObject;
SetDetachedObjOrientation(guideObject);
}
Expand All @@ -188,7 +186,6 @@ private static void SetNewObjOrientation(ObjectCtrlInfo __result)
{
if (localActive && __result != null)
{
Logging(BepInEx.Logging.LogLevel.Info, $"Add and Load");
GuideObject guideObject = __result.guideObject;
SetNewObjectOrientation(guideObject);
}
Expand Down

0 comments on commit 2141638

Please sign in to comment.