mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-21 00:21:35 +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
|
||||
// get the first line as title and the rest as description
|
||||
const [summary, description] = commitMessage.trim().split(/\n+(.*)/s);
|
||||
console.log('summary and description', summary, description);
|
||||
return {
|
||||
summary: summary || '',
|
||||
description: description || ''
|
||||
|
Loading…
Reference in New Issue
Block a user