Skip to content

Commit

Permalink
Version 1.3.41 (#594)
Browse files Browse the repository at this point in the history
Remove openssl log.
  • Loading branch information
vukdjoric authored and kipliklotrika committed Sep 28, 2018
1 parent 5fa3084 commit 72281a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions modules/Utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ class Utilities {
if (msg.includes('connect ehostunreach')) {
return null;
}
if (msg.includes('ssl23_get_server_hello')) {
return null;
}
return {
level,
msg,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail-node",
"version": "1.3.39",
"version": "1.3.41",
"description": "OriginTrail node",
"main": ".eslintrc.js",
"config": {
Expand Down

0 comments on commit 72281a8

Please sign in to comment.