We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b7e5b commit 5d036efCopy full SHA for 5d036ef
src/utils/formatters.js
@@ -80,7 +80,6 @@ const unBuffer = (str) =>
80
*/
81
const adapterHistoryTable = (device) => {
82
const fields = ["function", "args", "time", "result", "queued at", "finished at", "failed"];
83
- console.log("proxymeta", device.adapter.__proxyMeta);
84
const rows = device.adapter.__proxyMeta.history.map((entry) => [
85
entry.field.toString(),
86
entry.args.length ? `<details> <pre>${unBuffer(entry.args)}</pre> </details>` : " ",
0 commit comments