From: Matt S Trout <mst@shadowcat.co.uk>
Date: Sat, 2 Apr 2016 21:48:55 +0000 (+0000)
Subject: remove oustanding_propositions from hypothesis deparse
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9ccd6cafe6d214e8a4f5a48fcbe4d0e85dec81c2;p=scpubgit%2FDX.git

remove oustanding_propositions from hypothesis deparse
---

diff --git a/lib/DX/Deparse.pm b/lib/DX/Deparse.pm
index 2df9a0f..5350b58 100644
--- a/lib/DX/Deparse.pm
+++ b/lib/DX/Deparse.pm
@@ -81,7 +81,7 @@ sub _fmt_hypothesis {
   my ($self, $hyp, $meta) = @_;
   $self->_fmt_object([
     map [ $_ => $hyp->$_ ],
-      qw(actions outstanding_propositions resolved_propositions scope)
+      qw(actions resolved_propositions scope)
   ], $meta);
 }