Skip to content

Commit 4a6ad83

Browse files
committed
v7.0.31
1 parent 6cccf27 commit 4a6ad83

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/7.0.31/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GleapNetworkIntercepter.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ class GleapNetworkIntercepter {
4747
getRequests() {
4848
var requests = JSON.parse(JSON.stringify(Object.values(this.requests)));
4949

50-
console.log(JSON.stringify(requests));
51-
5250
// Merge external requests into internal requests.
5351
if (this.externalRequests && this.externalRequests.length > 0) {
5452
requests = requests.concat(this.externalRequests);

0 commit comments

Comments
 (0)