remove oustanding_propositions from hypothesis deparse
Matt S Trout [Sat, 2 Apr 2016 21:48:55 +0000 (21:48 +0000)]
lib/DX/Deparse.pm

index 2df9a0f..5350b58 100644 (file)
@@ -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);
 }