Remove the debugging print statement.

This commit is contained in:
Steve Losh 2010-11-10 11:21:35 -05:00
parent c15917214b
commit 1658b76b10

View File

@ -940,7 +940,6 @@ def GundoRenderChangePreview():
node_after = nmap[target_state]
node_before = nmap[current]
print node_after, node_before
vim.command('call s:GundoOpenPreview()')
_output_preview_text(_generate_change_preview_diff(current, node_before, node_after))