mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
refactor: remove extra non-essential logging
This commit is contained in:
@@ -18,7 +18,6 @@ export function updateBgDurations() {
|
||||
maxBase = 150,
|
||||
) => {
|
||||
const scaledValue = 2 + ((maxBase - baseValue) / (maxBase - minBase)) ** 4;
|
||||
console.log(scaledValue);
|
||||
return scaledValue + offset;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user