From c8fd002b66db48e601999d4022a6f9ca151763bd Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sun, 5 Jan 2014 16:13:00 -0800 Subject: [PATCH] Removing forgotten debug statement --- python/ycm/diagnostic_interface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/ycm/diagnostic_interface.py b/python/ycm/diagnostic_interface.py index c44ee0f2..0f2666ca 100644 --- a/python/ycm/diagnostic_interface.py +++ b/python/ycm/diagnostic_interface.py @@ -72,8 +72,6 @@ def _UpdateSquiggles( buffer_number_to_line_to_diags ): location_extent[ 'end' ][ 'column_num' ] + 1, is_error = is_error ) - vimsupport.EchoText( diag ) - for diag_range in diag[ 'ranges' ]: vimsupport.AddDiagnosticSyntaxMatch( diag_range[ 'start' ][ 'line_num' ] + 1,