Removing forgotten debug statement
This commit is contained in:
parent
05552efd19
commit
c8fd002b66
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user