Skip to content

Commit

Permalink
[backend] Remove unecessary console.log in domino patch (#5679)
Browse files Browse the repository at this point in the history
  • Loading branch information
aHenryJard authored Jan 30, 2024
1 parent 3b13d31 commit c684db0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions opencti-platform/opencti-graphql/patch/domino-2.1.6.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index b5d8950..e920db1 100644
Window_run: function _run(code, file) {
- if (file) code += '\n//@ sourceURL=' + file;
- with(this) eval(code);
+ console.log("Window_run removed")
+ // Do nothing
},
EventHandlerBuilder_build: function build() {
- try {
Expand All @@ -20,6 +20,6 @@ index b5d8950..e920db1 100644
- catch (err) {
- return function() { throw err; };
- }
+ console.log("EventHandlerBuilder_build removed")
+ // Do nothing
}
};
4 changes: 2 additions & 2 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7047,8 +7047,8 @@ __metadata:

"domino@patch:domino@2.1.6#./patch/domino-2.1.6.patch::locator=opencti-graphql%40workspace%3A.":
version: 2.1.6
resolution: "domino@patch:domino@npm%3A2.1.6#./patch/domino-2.1.6.patch::version=2.1.6&hash=d85c7f&locator=opencti-graphql%40workspace%3A."
checksum: 0403cefb550d648b0dcad8a47cb1d8b4b3ffe3710d2c6cca8e353bc6509dc71296c7344bb90b7ec5cf82e8032e4f163413cf82267d69e8d4ed500ac43220b3fa
resolution: "domino@patch:domino@npm%3A2.1.6#./patch/domino-2.1.6.patch::version=2.1.6&hash=a9a66b&locator=opencti-graphql%40workspace%3A."
checksum: dd37a2356730a5cf452cfa400fc227bcf6f165568b90f138dd45392e620601b6d00d1dd691ec00c0f125d49855700239f2b676b3c0c480bd1ccdb490e9dfd42c
languageName: node
linkType: hard

Expand Down

0 comments on commit c684db0

Please sign in to comment.