mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-30 11:32:04 +03:00
Remove Console Log
This commit is contained in:
parent
648fe29f99
commit
691392328a
@ -290,7 +290,6 @@
|
||||
value={diffLengthLimit?.toString()}
|
||||
minVal={100}
|
||||
on:input={(e) => {
|
||||
console.log('hi');
|
||||
diffLengthLimit = parseInt(e.detail);
|
||||
}}
|
||||
placeholder="5000"
|
||||
|
Loading…
Reference in New Issue
Block a user