mol_wire_lib 1.0.910 → 1.0.912

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/web.mjs CHANGED
@@ -1223,7 +1223,6 @@ var $;
1223
1223
  if (!$mol_fail_catch(error))
1224
1224
  return false;
1225
1225
  console.error(error);
1226
- console.error(error.stack);
1227
1226
  return true;
1228
1227
  }
1229
1228
  $.$mol_fail_log = $mol_fail_log;