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