Skip to content

Commit 101e8f9

Browse files
committed
removed flooding logs
1 parent 0c3f501 commit 101e8f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/chrome/test/webdriver/webdriver_session.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,13 +1676,12 @@ Error* Session::WaitForAllViewsToStopLoading() {
16761676
if (!automation_.get())
16771677
return NULL;
16781678

1679-
logger_.Log(kFineLogLevel, "Waiting for all views to stop loading...");
16801679
Error* error = NULL;
16811680
// RunSessionTask(base::Bind(
16821681
// &Automation::WaitForAllViewsToStopLoading,
16831682
// base::Unretained(automation_.get()),
16841683
// &error));
1685-
logger_.Log(kFineLogLevel, "Done waiting for all views to stop loading");
1684+
16861685
return error;
16871686
}
16881687

0 commit comments

Comments
 (0)