Skip to content

Commit

Permalink
fix: remove console.log and add nodejs 18 to CI (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Apr 26, 2022
1 parent d9e4215 commit fa0c314
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 0 additions & 1 deletion persistence.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ MongoPersistence.prototype.addSubscriptions = function (client, subs, cb) {
function finish (err) {
errored = err
published++
console.log('published', published)
if (published === 2) {
cb(errored, client)
}
Expand Down

0 comments on commit fa0c314

Please sign in to comment.