Remove Console Log

This commit is contained in:
Caleb Owens 2024-04-03 08:56:43 +01:00
parent 648fe29f99
commit 691392328a
No known key found for this signature in database

View File

@ -290,7 +290,6 @@
value={diffLengthLimit?.toString()}
minVal={100}
on:input={(e) => {
console.log('hi');
diffLengthLimit = parseInt(e.detail);
}}
placeholder="5000"