|
@@ -470,7 +470,7 @@ namespace InABox.DynamicGrid
|
|
|
{
|
|
|
if (Loading.Visibility == Visibility.Visible)
|
|
|
{
|
|
|
- Logger.Send(LogType.Information, this.GetType().EntityName().Split(".").Last(), "Loading Fader Restarting");
|
|
|
+ //Logger.Send(LogType.Information, this.GetType().EntityName().Split(".").Last(), "Loading Fader Restarting");
|
|
|
Loading.BeginAnimation(Label.OpacityProperty, LoadingFader);
|
|
|
}
|
|
|
};
|