diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell_gtk.cc')
-rw-r--r-- | webkit/tools/test_shell/test_shell_gtk.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc index 0de6261..a149fbb 100644 --- a/webkit/tools/test_shell/test_shell_gtk.cc +++ b/webkit/tools/test_shell/test_shell_gtk.cc @@ -466,9 +466,6 @@ void TestShell::LoadURLForFrame(const wchar_t* url, if (frame_name) frame_string = frame_name; - LOG(INFO) << "Loading " << WideToUTF8(url) << " in frame '" - << WideToUTF8(frame_string) << "'"; - std::wstring path(url); GURL gurl; // PathExists will reject any string with no leading '/' |