Skip to content

Commit f132f98

Browse files
iwbrhwfydong77
authored andcommitted
[Lightcone.js] (#240)
1 parent cab83ba commit f132f98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/lightcone_v2.js/src/grpc/grpcClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {credentials, Metadata, ServiceError} from 'grpc';
22
import { DexServiceClient } from '../../proto_gen/service_dex_grpc_pb';
33
import { GetNextOrderIdReq } from '../../proto_gen/service_dex_pb';
4-
import { grpcClientService } from './grpcClientService';
54
import { UInt32Value } from "google-protobuf/google/protobuf/wrappers_pb";
65

76
/* // https://github.com/grpc/grpc-node/issues/543#issuecomment-427487420
@@ -32,7 +31,6 @@ metadata.add('foo', 'bar2');
3231

3332
async function example(): Promise<void> {
3433
client.getNextOrderId(param, (err: ServiceError | null, res: UInt32Value) => {
35-
console.log('hello world')
3634
console.log(res.getValue())
3735
});
3836
}

0 commit comments

Comments
 (0)