summaryrefslogtreecommitdiff
path: root/ick2/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/actions.py')
-rw-r--r--ick2/actions.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/ick2/actions.py b/ick2/actions.py
index 4281e24..16695e5 100644
--- a/ick2/actions.py
+++ b/ick2/actions.py
@@ -643,9 +643,10 @@ class NotifyAction(Action): # pragma: no cover
recipients = params["notify"]
- log = cc.get_log(build_id)
- log = log.decode("utf-8")
- log = "\n".join(log.splitlines()[-1000])
+ # log = cc.get_log(build_id)
+ # log = log.decode("utf-8")
+ # log = "\n".join(log.splitlines()[-1000])
+ log = "Log elided. FIXME"
notify = {
"recipients": recipients,