mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 01:02:14 +08:00
Improve logging
This commit is contained in:
@ -34,8 +34,8 @@ Future<void> cloneRemote({
|
||||
privateKey: sshPrivateKey,
|
||||
password: sshPassword,
|
||||
);
|
||||
Log.i("Got default branch: $branch");
|
||||
if (branch != null && branch.isNotEmpty) {
|
||||
Log.i("Got default branch: $branch");
|
||||
remoteBranchName = branch;
|
||||
}
|
||||
} catch (ex) {
|
||||
|
Reference in New Issue
Block a user