diff --git a/platformio/__init__.py b/platformio/__init__.py index 638b009e..9867d5d8 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = (4, 3, "2a3") +VERSION = (4, 3, "2a4") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" diff --git a/platformio/telemetry.py b/platformio/telemetry.py index 9b438694..e495402a 100644 --- a/platformio/telemetry.py +++ b/platformio/telemetry.py @@ -260,7 +260,6 @@ class MPDataPusher(object): def _send_data(self, data): if self._http_offline: return False - print("MP:_send_data", data) try: r = self._http_session.post( "https://ssl.google-analytics.com/collect",