Skip to content

Commit

Permalink
Removed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Dec 26, 2023
1 parent b126217 commit 6a2bdd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sandbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,6 @@ function sandBox(script, name, verbose, debug, context) {
} else if (isAlias) {
try {
const state = await adapter.getForeignStateAsync(id);
console.log(`getState ${id} => ${JSON.stringify(state)}`);
states[id] = state;
} catch (err) {
// ignore
Expand Down

0 comments on commit 6a2bdd6

Please sign in to comment.