diff --git a/src/test/notifications-test.js b/src/test/notifications-test.js index b6c0d4df4..3fb2a9172 100644 --- a/src/test/notifications-test.js +++ b/src/test/notifications-test.js @@ -132,8 +132,6 @@ describe('Notifications', function () { it('can add pin', async function () { pinId = await notifications.pin(notifications.TYPE_REBOOT, 'Reboot required', 'Do it now', {}); - console.log(pinId); - const result = await notifications.get(pinId); expect(result.title).to.be('Reboot required'); expect(result.message).to.be('Do it now');