Browse Source

去除无用的输出

i2edu 5 years ago
parent
commit
a32b95688b
2 changed files with 12 additions and 12 deletions
  1. 12 11
      .idea/workspace.xml
  2. 0 1
      lib/amap_location.dart

+ 12 - 11
.idea/workspace.xml

@@ -1,10 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ChangeListManager">
-    <list default="true" id="cc871a7e-676b-4f6d-9e12-c09ccbaf84b8" name="Default Changelist" comment="更改IOS依赖包问题">
+    <list default="true" id="cc871a7e-676b-4f6d-9e12-c09ccbaf84b8" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/example/lib/main.dart" beforeDir="false" afterPath="$PROJECT_DIR$/example/lib/main.dart" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/ios/Classes/AmapLocationPlugin.m" beforeDir="false" afterPath="$PROJECT_DIR$/ios/Classes/AmapLocationPlugin.m" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/lib/amap_location.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/amap_location.dart" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
@@ -87,7 +85,14 @@
       <option name="project" value="LOCAL" />
       <updated>1585301292763</updated>
     </task>
-    <option name="localTasksCounter" value="4" />
+    <task id="LOCAL-00004" summary="解决IOS定位问题">
+      <created>1585371173535</created>
+      <option name="number" value="00004" />
+      <option name="presentableId" value="LOCAL-00004" />
+      <option name="project" value="LOCAL" />
+      <updated>1585371173535</updated>
+    </task>
+    <option name="localTasksCounter" value="5" />
     <servers />
   </component>
   <component name="Vcs.Log.History.Properties">
@@ -115,21 +120,17 @@
   </component>
   <component name="VcsManagerConfiguration">
     <MESSAGE value="更改IOS依赖包问题" />
-    <option name="LAST_COMMIT_MESSAGE" value="更改IOS依赖包问题" />
+    <MESSAGE value="解决IOS定位问题" />
+    <option name="LAST_COMMIT_MESSAGE" value="解决IOS定位问题" />
   </component>
   <component name="XDebuggerManager">
     <breakpoint-manager>
       <breakpoints>
         <line-breakpoint enabled="true" type="Dart">
           <url>file://$PROJECT_DIR$/lib/amap_location.dart</url>
-          <line>52</line>
+          <line>51</line>
           <option name="timeStamp" value="3" />
         </line-breakpoint>
-        <line-breakpoint enabled="true" type="Dart">
-          <url>file://$PROJECT_DIR$/lib/amap_location.dart</url>
-          <line>44</line>
-          <option name="timeStamp" value="4" />
-        </line-breakpoint>
         <line-breakpoint enabled="true" type="Dart">
           <url>file://$PROJECT_DIR$/lib/amap_location.dart</url>
           <line>36</line>

+ 0 - 1
lib/amap_location.dart

@@ -42,7 +42,6 @@ class AmapLocation {
   }
 
   Future<void> platformCallHandler(MethodCall call) async {
-    print('method:${call.method} , argument s:${call.arguments}');
     try {
       if (call.method == "location") {
         LocationResultEntity entity =