Skip to content

Commit 2a5a22f

Browse files
committed
Removed temp logging.
1 parent b2d427c commit 2a5a22f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/parser/IsInitedFromOccurrence.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ function isInitedFromOccurrence(from) {
3333
} else if (current.creation && current.creation()) {
3434
participant = current.creation().Owner();
3535
}
36-
console.log("!!!", participant, from);
3736
if (participant === from) {
38-
console.log("!!! true");
3937
return true;
4038
}
4139
}

0 commit comments

Comments
 (0)