mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove logging from specs
This commit is contained in:
@@ -86,12 +86,10 @@ describe "LanguageMode", ->
|
||||
expect(languageMode.rowRangeForCommentAtBufferRow(2)).toBeUndefined()
|
||||
|
||||
buffer.setText("//this is a single line comment\n")
|
||||
console.log buffer.getLastRow()
|
||||
expect(languageMode.rowRangeForCommentAtBufferRow(0)).toBeUndefined()
|
||||
expect(languageMode.rowRangeForCommentAtBufferRow(1)).toBeUndefined()
|
||||
|
||||
buffer.setText("//this is a single line comment")
|
||||
console.log languageMode.isLineCommentedAtBufferRow(0)
|
||||
expect(languageMode.rowRangeForCommentAtBufferRow(0)).toBeUndefined()
|
||||
|
||||
describe "suggestedIndentForBufferRow", ->
|
||||
|
||||
Reference in New Issue
Block a user