diff --git a/src/Network/AWS/Flow.hs b/src/Network/AWS/Flow.hs
--- a/src/Network/AWS/Flow.hs
+++ b/src/Network/AWS/Flow.hs
@@ -105,13 +105,11 @@
     (token', uid, input) <- pollForActivityTaskAction queue
     token <- maybeThrow (userError "No Token") token'
     logInfo' $ sformat ("event=act-begin uid=" % stext) uid
-    maybe_ input $ logDebug' . sformat ("event=act-input " % stext)
     keys <- listObjectsAction uid
     unless (null keys) $ logInfo' $ sformat ("event=list-blobs uid=" % stext) uid
     blobs <- forM keys $ getObjectAction uid
     unless (null blobs) $ logInfo' $ sformat ("event=blobs uid=" % stext) uid
     (output, artifacts, e) <- action uid input blobs
-    maybe_ output $ logDebug' . sformat ("event=act-output " % stext)
     logInfo' $ sformat ("event=act-finish uid=" % stext) uid
     forM_ artifacts $ putObjectAction uid
     unless (null artifacts) $ logInfo' $ sformat ("event=artifacts uid=" % stext) uid
diff --git a/wolf.cabal b/wolf.cabal
--- a/wolf.cabal
+++ b/wolf.cabal
@@ -1,5 +1,5 @@
 name:                wolf
-version:             0.2.8
+version:             0.2.8.1
 synopsis:            Amazon Simple Workflow Service Wrapper.
 homepage:            https://github.com/swift-nav/wolf
 license:             MIT
