Skip to content

Commit 2f777f5

Browse files
remove dev log
1 parent f07427a commit 2f777f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/src/main/java/org/cerberus/core/service/appium/impl/AppiumService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@ private boolean scrollDown(TestCaseExecution testCaseExecution, By element, int
501501
}
502502

503503
private void scroll(AppiumDriver driver, int fromX, int fromY, int toX, int toY) { //#FIXME SELENIUM #TEST (I assume this method is working but the calling methods are crashing in previous versions already)
504-
LOG.warn("patate");
505504
PointerInput finger = new PointerInput(PointerInput.Kind.TOUCH, "finger");
506505
Sequence scrollSequence = new Sequence(finger, 0);
507506
scrollSequence.addAction(finger.createPointerMove(
@@ -517,7 +516,6 @@ private void scroll(AppiumDriver driver, int fromX, int fromY, int toX, int toY)
517516
public abstract String executeCommandString(Session session, String cmd, String args) throws IllegalArgumentException, JSONException;
518517

519518
public String getElementPosition(Session session, Identifier identifier) { //#FIXME SELENIUM #TEST
520-
LOG.warn("potiron");
521519
AppiumDriver driver = session.getAppiumDriver();
522520

523521
WebElement element = driver.findElement(this.getBy(identifier));

0 commit comments

Comments
 (0)