Revert "feat(visualization): allow remote viewer + compress rerun images (#2756)" (#2766)

This reverts commit f844c7a458.
This commit is contained in:
Steven Palma
2026-01-07 17:33:36 +01:00
committed by GitHub
parent f844c7a458
commit 4f7cd8d369
5 changed files with 11 additions and 69 deletions
+1 -4
View File
@@ -41,10 +41,7 @@ def mock_rerun(monkeypatch):
def __init__(self, arr):
self.arr = arr
def dummy_log(key, obj=None, **kwargs):
# Accept either positional `obj` or keyword `entity` and record remaining kwargs.
if obj is None and "entity" in kwargs:
obj = kwargs.pop("entity")
def dummy_log(key, obj, **kwargs):
calls.append((key, obj, kwargs))
dummy_rr = SimpleNamespace(