Skip to content

Commit a447517

Browse files
Now logging a little prettier
1 parent ec72594 commit a447517

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

PotatoNV-next/Controls/NVForm.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ private void StartButton_Click(object sender, RoutedEventArgs e)
135135
return;
136136
}
137137

138-
Log.Success("Form is valid, starting");
139-
140138
IsEnabled = false;
141139

142140
var eventArgs = new FormEventArgs

PotatoNV-next/Core.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ private void Worker_DoWork(object sender, DoWorkEventArgs e)
156156
fb.Wait();
157157
}
158158

159-
Log.Info("--> Reading information...");
159+
Log.Info("--> Reading information");
160160
Log.Info("Connecting to fastboot device...");
161161

162162
fb.Connect();

0 commit comments

Comments
 (0)