Commit 29bf9cfa authored by gman@chromium.org's avatar gman@chromium.org

Remove left over debug line from cmd-buf script.

BUG=NONE
TBR=apatrick@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10880072

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153510 0039d316-1c4b-4281-b951-d872f2087c98
parent f5b17bff
...@@ -4635,7 +4635,6 @@ class Argument(object): ...@@ -4635,7 +4635,6 @@ class Argument(object):
self.optional = type.endswith("Optional*") self.optional = type.endswith("Optional*")
if self.optional: if self.optional:
type = type[:-9] + "*" type = type[:-9] + "*"
print name, type
self.type = type self.type = type
if type in self.cmd_type_map_: if type in self.cmd_type_map_:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment