rm: debug print

This commit is contained in:
GitBluub
2022-03-03 17:00:01 +01:00
parent 403ee278b7
commit 87760f5ee4
-2
View File
@@ -136,12 +136,10 @@ informWorker method id =
do
url <- envAsString "WORKER_URL" "worker/"
request <- parseRequest url
print request
response <- httpBS
$ setRequestMethod method
$ setRequestPath (encodeUtf8 (pack $ "/workflow/" <> show id))
request
print response
return ()