mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
rm console
This commit is contained in:
parent
dc33d4d0c0
commit
f517dc79a9
1 changed files with 0 additions and 4 deletions
|
|
@ -626,11 +626,8 @@ class InlineDiffsService extends Disposable implements IInlineDiffsService {
|
|||
const consistentWidgetId = this._consistentItemService.addConsistentItemToURI({
|
||||
uri,
|
||||
fn: (editor) => {
|
||||
console.log('diffOriignal', diff.startLine, diff.originalStartLine, diff.type === 'deletion' && diff.originalEndLine)
|
||||
|
||||
let startLine: number
|
||||
let offsetLines: number
|
||||
|
||||
if (diff.type === 'insertion' || diff.type === 'edit') {
|
||||
startLine = diff.startLine // green start
|
||||
offsetLines = 0
|
||||
|
|
@ -646,7 +643,6 @@ class InlineDiffsService extends Disposable implements IInlineDiffsService {
|
|||
startLine = diff.startLine - 1
|
||||
offsetLines = 1
|
||||
}
|
||||
|
||||
}
|
||||
else { throw 1 }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue