Skip to content

Commit b6ab11a

Browse files
committed
1 parent 0cb134c commit b6ab11a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

polycode/runtime.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package polycode
22

33
import (
44
"context"
5-
"encoding/json"
65
"errors"
76
"fmt"
87
"github.com/gin-gonic/gin"
@@ -215,12 +214,6 @@ func runService(ctx context.Context, taskLogger Logger, event ServiceStartEvent)
215214
authCtx: event.AuthContext,
216215
}
217216

218-
metaJson, err := json.Marshal(ctxImpl.meta)
219-
if err != nil {
220-
fmt.Println("Error marshalling meta", err.Error())
221-
}
222-
fmt.Printf("meta: %s\n", metaJson)
223-
224217
var ret any
225218
if service.IsWorkflow(event.Method) {
226219
taskLogger.Info().Msg(fmt.Sprintf("service %s exec workflow %s with session id %s", event.Service,

0 commit comments

Comments
 (0)