Remove console log of current branch
This commit is contained in:
@@ -50,7 +50,6 @@ export const getCurrentBranch = async (
|
|||||||
cwd: config.photowall_repo,
|
cwd: config.photowall_repo,
|
||||||
trim: true,
|
trim: true,
|
||||||
});
|
});
|
||||||
console.log(`branch`, branch);
|
|
||||||
return branch;
|
return branch;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user