Skip to content

Commit f20b337

Browse files
committed
Remove debugging
1 parent 0c1e5ef commit f20b337

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

timeflux_ui/nodes/ui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ def _to_dict(self, data):
268268
def _from_dict(self, data):
269269
try:
270270
data = pd.DataFrame.from_dict(data, orient="index")
271-
print(data.index)
272271
data.index = pd.to_datetime(data.index.astype(np.float64), unit="ms")
273272
except ValueError:
274273
self.logger.warn("Invalid stream data")

0 commit comments

Comments
 (0)