mirror of
https://github.com/zoriya/Aeris.git
synced 2026-06-07 20:32:41 +00:00
rm: debug print
This commit is contained in:
@@ -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 ()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user