李富豪 1 жил өмнө
parent
commit
f93eb8d657

+ 1 - 8
Web/src/components/g-map/use-manual-control.ts

@@ -1,9 +1,4 @@
-import {
-  ref,
-  onUnmounted,
-  watch,
-  Ref,
-} from 'vue'
+import { ref, onUnmounted, watch, Ref } from 'vue'
 import { message } from 'ant-design-vue'
 import {
   DRC_METHOD,
@@ -48,8 +43,6 @@ export function useManualControl(deviceTopicInfo: DeviceTopicInfo, isCurrentFlig
   }
 
   function handleKeyup(keyCode: KeyCode) {
-    console.log(213);
-
     if (!deviceTopicInfo.pubTopic) {
       message.error('请确保已经建立DRC链路')
       return