mol_jsx_lib 0.0.777 → 0.0.778

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
@@ -1446,7 +1446,6 @@ var $;
1446
1446
  if (!$mol_fail_catch(error))
1447
1447
  return false;
1448
1448
  console.error(error);
1449
- console.error(error.stack);
1450
1449
  return true;
1451
1450
  }
1452
1451
  $.$mol_fail_log = $mol_fail_log;