Looks good, Ethan
On Mon, Sep 19, 2011 at 11:18, Ben Pfaff <[email protected]> wrote: > This must have slipped into an old commit by accident. > --- > python/ovs/json.py | 3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/python/ovs/json.py b/python/ovs/json.py > index d62c79e..611552f 100644 > --- a/python/ovs/json.py > +++ b/python/ovs/json.py > @@ -456,10 +456,7 @@ class Parser(object): > def __parser_input(self, token, string=None): > self.lex_state = Parser.__lex_start > self.buffer = "" > - #old_state = self.parse_state > self.parse_state(self, token, string) > - #print ("token=%s string=%s old_state=%s new_state=%s" > - # % (token, string, old_state, self.parse_state)) > > def __put_value(self, value): > top = self.stack[-1] > -- > 1.7.4.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
