1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-14 07:00:50 +08:00

Improve logging

This commit is contained in:
Vishesh Handa
2021-01-19 16:53:40 +01:00
parent 03899810e1
commit 29ffa2c540

@ -34,8 +34,8 @@ Future<void> cloneRemote({
privateKey: sshPrivateKey,
password: sshPassword,
);
if (branch != null && branch.isNotEmpty) {
Log.i("Got default branch: $branch");
if (branch != null && branch.isNotEmpty) {
remoteBranchName = branch;
}
} catch (ex) {