Skip to content

Commit 73ed2a5

Browse files
committed
removed debugging logging
1 parent 4b7b220 commit 73ed2a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/watchers/event/sequence/known/space/API26PrependNewLineOnStyledSpecialTextEvent.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package org.wordpress.aztec.watchers.event.sequence.known.space
22

3-
import org.wordpress.android.util.AppLog
43
import org.wordpress.aztec.Constants
54
import org.wordpress.aztec.watchers.event.sequence.EventSequence
65
import org.wordpress.aztec.watchers.event.sequence.UserOperationEvent
@@ -50,14 +49,11 @@ class API26PrependNewLineOnStyledSpecialTextEvent : UserOperationEvent() {
5049
*/
5150
if (this.sequence.size == sequence.size) {
5251

53-
AppLog.d(AppLog.T.EDITOR, "aca estamos")
5452
// populate data in our own sequence to be able to run the comparator checks
5553
if (!isUserOperationPartiallyObservedInSequence(sequence)) {
5654
return ObservedOperationResultType.SEQUENCE_NOT_FOUND
5755
}
5856

59-
AppLog.d(AppLog.T.EDITOR, "aca estamos 2")
60-
6157
// ok all events are good individually and match the sequence we want to compare against.
6258
// now let's make sure the BEFORE / AFTER situation is what we are trying to identify
6359
val firstEvent = sequence.first()

0 commit comments

Comments
 (0)