pxt-microbit 4.1.52 → 4.1.53

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/built/sim.js CHANGED
@@ -1274,7 +1274,7 @@ var pxsim;
1274
1274
  return -1015 /* DEVICE_INVALID_STATE */;
1275
1275
  if (!currentRow.some(el => el !== "" && el != undefined))
1276
1276
  return 0 /* DEVICE_OK */;
1277
- if (timestampFormat !== FlashLogTimeStampFormat.None && mirrorToSerial) {
1277
+ if (timestampFormat !== FlashLogTimeStampFormat.None) {
1278
1278
  let unit = "";
1279
1279
  switch (timestampFormat) {
1280
1280
  case FlashLogTimeStampFormat.Milliseconds: