Removing forgotten debug statement

This commit is contained in:
Strahinja Val Markovic 2014-01-05 16:13:00 -08:00
parent 05552efd19
commit c8fd002b66

View File

@ -72,8 +72,6 @@ def _UpdateSquiggles( buffer_number_to_line_to_diags ):
location_extent[ 'end' ][ 'column_num' ] + 1, location_extent[ 'end' ][ 'column_num' ] + 1,
is_error = is_error ) is_error = is_error )
vimsupport.EchoText( diag )
for diag_range in diag[ 'ranges' ]: for diag_range in diag[ 'ranges' ]:
vimsupport.AddDiagnosticSyntaxMatch( vimsupport.AddDiagnosticSyntaxMatch(
diag_range[ 'start' ][ 'line_num' ] + 1, diag_range[ 'start' ][ 'line_num' ] + 1,