refactor: remove more redundant comments

This commit is contained in:
zarzet
2026-02-04 10:20:04 +07:00
parent 24897e25e2
commit e20becdca7
16 changed files with 44 additions and 315 deletions
-1
View File
@@ -154,7 +154,6 @@ class LogBuffer extends ChangeNotifier {
return buffer.toString();
}
/// Export logs with device information for debugging
Future<String> exportWithDeviceInfo() async {
final buffer = StringBuffer();