mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-21 07:14:47 -07:00
website: delete useless logs
This commit is contained in:
@@ -5203,10 +5203,7 @@ export function initOptions({
|
||||
if (id) {
|
||||
anchor.append(valueElement);
|
||||
|
||||
console.log("a", lastValues());
|
||||
|
||||
signals.createEffect(lastValues, (lastValues) => {
|
||||
console.log(lastValues);
|
||||
if (lastValues) {
|
||||
valueElement.innerHTML = formatValue(
|
||||
lastValues[id],
|
||||
|
||||
Reference in New Issue
Block a user