mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-21 08:31:40 +03:00
Removed console.log
This commit is contained in:
parent
8611597eaa
commit
f2856ea899
@ -50,7 +50,6 @@
|
|||||||
// Split the commit message into title and description
|
// Split the commit message into title and description
|
||||||
// get the first line as title and the rest as description
|
// get the first line as title and the rest as description
|
||||||
const [summary, description] = commitMessage.trim().split(/\n+(.*)/s);
|
const [summary, description] = commitMessage.trim().split(/\n+(.*)/s);
|
||||||
console.log('summary and description', summary, description);
|
|
||||||
return {
|
return {
|
||||||
summary: summary || '',
|
summary: summary || '',
|
||||||
description: description || ''
|
description: description || ''
|
||||||
|
Loading…
Reference in New Issue
Block a user