From 1658b76b102ff970b4ef5a8780f2a09050501462 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Wed, 10 Nov 2010 11:21:35 -0500 Subject: [PATCH] Remove the debugging print statement. --- plugin/gundo.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/gundo.vim b/plugin/gundo.vim index a21cd11..5f3d7bd 100644 --- a/plugin/gundo.vim +++ b/plugin/gundo.vim @@ -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))