Bump version to 4.3.2a4

This commit is contained in:
Ivan Kravets
2020-04-25 13:20:56 +03:00
parent 27db344739
commit 629f23c4f3
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
VERSION = (4, 3, "2a3") VERSION = (4, 3, "2a4")
__version__ = ".".join([str(s) for s in VERSION]) __version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio" __title__ = "platformio"

View File

@ -260,7 +260,6 @@ class MPDataPusher(object):
def _send_data(self, data): def _send_data(self, data):
if self._http_offline: if self._http_offline:
return False return False
print("MP:_send_data", data)
try: try:
r = self._http_session.post( r = self._http_session.post(
"https://ssl.google-analytics.com/collect", "https://ssl.google-analytics.com/collect",