Skip to content

Commit 5d036ef

Browse files
chore: remove console.log
1 parent 52b7e5b commit 5d036ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/formatters.js

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ const unBuffer = (str) =>
8080
*/
8181
const adapterHistoryTable = (device) => {
8282
const fields = ["function", "args", "time", "result", "queued at", "finished at", "failed"];
83-
console.log("proxymeta", device.adapter.__proxyMeta);
8483
const rows = device.adapter.__proxyMeta.history.map((entry) => [
8584
entry.field.toString(),
8685
entry.args.length ? `<details> <pre>${unBuffer(entry.args)}</pre> </details>` : " ",

0 commit comments

Comments
 (0)