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