skyeye-sdk-js 1.3.7 → 1.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/src/SkyEyeClient.js
CHANGED
|
@@ -147,8 +147,8 @@ class SkyEyeClient extends skyeye_rpc_grpc_pb_1.JSONTransmissionClient {
|
|
|
147
147
|
return ackObj;
|
|
148
148
|
}
|
|
149
149
|
catch (error) {
|
|
150
|
-
console.error("Error during gRPC request:", JSON.stringify(request));
|
|
151
|
-
console.error("Error during gRPC call:", error);
|
|
150
|
+
// console.error("Error during gRPC request:", JSON.stringify(request));
|
|
151
|
+
// console.error("Error during gRPC call:", error);
|
|
152
152
|
throw error;
|
|
153
153
|
}
|
|
154
154
|
});
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/SkyEyeClient.ts
CHANGED
|
@@ -110,8 +110,8 @@ export class SkyEyeClient extends JSONTransmissionClient {
|
|
|
110
110
|
// this.printResponseLog(ackObj)
|
|
111
111
|
return ackObj;
|
|
112
112
|
} catch (error) {
|
|
113
|
-
console.error("Error during gRPC request:", JSON.stringify(request));
|
|
114
|
-
console.error("Error during gRPC call:", error);
|
|
113
|
+
// console.error("Error during gRPC request:", JSON.stringify(request));
|
|
114
|
+
// console.error("Error during gRPC call:", error);
|
|
115
115
|
throw error;
|
|
116
116
|
}
|
|
117
117
|
}
|