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

Ben Pfaff blp at nicira.com
Mon Sep 19 18:18:11 UTC 2011


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




More information about the dev mailing list