From bab1e388712597cfd16e9b47c5dc8d9840ea91e8 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期一, 09 三月 2020 17:39:09 +0800
Subject: [PATCH] 更新地图

---
 lib/src/main/cpp/rtk_platform/platform.cpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/lib/src/main/cpp/rtk_platform/platform.cpp b/lib/src/main/cpp/rtk_platform/platform.cpp
index 89a15cf..71b79ba 100644
--- a/lib/src/main/cpp/rtk_platform/platform.cpp
+++ b/lib/src/main/cpp/rtk_platform/platform.cpp
@@ -259,10 +259,6 @@
     pthread_attr_init(&attr);
     pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);//detached
     pthread_create(&platform_pid, &attr, PlatformDataListenThread, ptr);
-
-    char out[64];
-    sprintf(out, "杩炴帴骞冲彴 %s:%d...", domain_name, port);
-    DisplayText(out);
 }
 
 static void ConnectPlatformLater(union sigval sig) {

--
Gitblit v1.8.0