Skip to content

Commit

Permalink
remove test print
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu committed Jan 23, 2018
1 parent 312882c commit 7b41072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/matching/matchingEngine.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ func (e *matchingEngineImpl) DescribeTaskList(ctx context.Context, request *m.De

taskList := newTaskListID(domainID, taskListName, taskListType)
taskListKind := common.TaskListKindPtr(request.DescRequest.TaskList.GetKind())
fmt.Printf("vancexu in DescribeTaskList: %v\n", request.DescRequest.TaskList.GetKind())
tlMgr, err := e.getTaskListManager(taskList, taskListKind)
if err != nil {
return nil, err
Expand Down

0 comments on commit 7b41072

Please sign in to comment.