[ovs-dev] [python idl 05/16] ovs.json: Remove commented-out debug code.

Ethan Jackson ethan at nicira.com
Tue Sep 20 00:47:36 UTC 2011


Looks good,

Ethan

On Mon, Sep 19, 2011 at 11:18, Ben Pfaff <blp at nicira.com> 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
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list