Skip to content

Commit

Permalink
fix: remove warning if NetInfo is intentionally set to null
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jan 23, 2024
1 parent 7ed84b3 commit 22e8e36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Meteor.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ const Meteor = {
Data.ddp.connect();
}
} else {
console.warn(
'Warning: NetInfo not installed, so DDP will not automatically reconnect'
);
Data.ddp.connect();
}

Expand Down

0 comments on commit 22e8e36

Please sign in to comment.