Remove the debugging print statement.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Wed, 10 Nov 2010 11:21:35 -0500 | 
    
    
        | parents | 41562b79f58a | 
    
        | children | 43fd6ce86ac4 | 
    
        | branches/tags | (none) | 
    
        | files | plugin/gundo.vim | 
Changes
    
--- a/plugin/gundo.vim	Tue Nov 09 21:35:34 2010 -0500
+++ b/plugin/gundo.vim	Wed Nov 10 11:21:35 2010 -0500
@@ -940,7 +940,6 @@
 
     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))