diff options
author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-06-05 13:21:03 +0000 |
---|---|---|
committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-06-05 13:21:03 +0000 |
commit | 10ccf9c585de006e3e73410b77f65ec100b5c8d4 (patch) | |
tree | 55572cca64cde559c96a835d32bfc6a627411e2c /sandbox/richard/pythonpoint/pythonpoint.py | |
parent | 69b8dedf6e94407f8aad1aa3bf38caab8c85b696 (diff) | |
download | docutils-10ccf9c585de006e3e73410b77f65ec100b5c8d4.tar.gz |
removed print statement
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1382 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/richard/pythonpoint/pythonpoint.py')
-rw-r--r-- | sandbox/richard/pythonpoint/pythonpoint.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/richard/pythonpoint/pythonpoint.py b/sandbox/richard/pythonpoint/pythonpoint.py index bcea529d6..00febdd22 100644 --- a/sandbox/richard/pythonpoint/pythonpoint.py +++ b/sandbox/richard/pythonpoint/pythonpoint.py @@ -232,7 +232,6 @@ class DumbPythonPointFormatter(nodes.NodeVisitor): attrs = node.attributes doc = self.document ok = 1 - print node if attrs.has_key('refuri'): self.w('<a href="%s">'%attrs['refuri']) elif doc.explicit_targets.has_key(attrs['refname']): |