mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Remove console.log
This commit is contained in:
committed by
Kevin Sawicki
parent
fd313ad578
commit
a26e360e82
@@ -107,7 +107,6 @@ describe('clipboard module', function () {
|
||||
|
||||
const buffer = Buffer.from('writeBuffer', 'utf8')
|
||||
clipboard.writeBuffer('public.utf8-plain-text', buffer)
|
||||
console.log(clipboard.readText())
|
||||
assert.equal(clipboard.readText(), 'writeBuffer')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user