@nsshunt/stsrunnerframework 1.0.9 → 1.0.10

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.
@@ -1664,7 +1664,6 @@ var __privateWrapper = (obj, member, setter, getter) => ({
1664
1664
  });
1665
1665
  // ProcessMessage = async(data: MessageEvent) => { // Browser version
1666
1666
  __publicField(this, "ProcessMessage", async (data) => {
1667
- __privateGet(this, _debug).call(this, `ProcessMessage: data: [${JSON.stringify(data)}]`);
1668
1667
  try {
1669
1668
  const payloadMessage = data;
1670
1669
  switch (payloadMessage.command) {