Remove too much printed logs
authorChanghyup Jwa <ch.jwa@samsung.com>
Fri, 21 Jun 2013 12:27:44 +0000 (21:27 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 24 Jun 2013 15:23:22 +0000 (15:23 +0000)
commitf0cbd309d64b60778e4ef600c74b1940ceffd0df
treeaa9a458a3e6b7d581c32faa872fb656165931e71
parent37833d493e644280904ff076a0039bb0f9eafab5
Remove too much printed logs

[Title] Remove too much printed logs
[Issue#] N/A
[Problem] Too many logs are printed on DOMWindow and PageClientImpl
[Cause] DOMWindow::innerHeight(), innerWidth() and
        PageClientImpl::pageDidRequestScroll() can be called too much
[Solution] Remove logs

Change-Id: I11118cb8927a7478c51a56f1b6c30dbd8c60b21d
Source/WebCore/page/DOMWindow.cpp
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp