Remove log spam

This commit is contained in:
Ben Jackson 2019-07-24 18:02:13 +01:00
commit c27502668d

View file

@ -69,8 +69,6 @@ def SetUpCommandBuffer( cmd, name ):
name,
cmd ) )
UserMessage( 'Bufs: {}'.format( [ int( b ) for b in bufs ] ), persist = True )
return [ vim.buffers[ b ] for b in bufs ]