diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-16 18:40:02 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-16 18:40:02 +0800 |
commit | ad2fb83740b906a3484faec8bd7934495730931e (patch) | |
tree | 3d5ae9ad3ba95864fbaa5073682b832eed8637e3 /src | |
parent | 5886cdb08578e080f1a0ec8fe1a0c201aab4612d (diff) | |
download | gsoc2013-epiphany-ad2fb83740b906a3484faec8bd7934495730931e.tar gsoc2013-epiphany-ad2fb83740b906a3484faec8bd7934495730931e.tar.gz gsoc2013-epiphany-ad2fb83740b906a3484faec8bd7934495730931e.tar.bz2 gsoc2013-epiphany-ad2fb83740b906a3484faec8bd7934495730931e.tar.lz gsoc2013-epiphany-ad2fb83740b906a3484faec8bd7934495730931e.tar.xz gsoc2013-epiphany-ad2fb83740b906a3484faec8bd7934495730931e.tar.zst gsoc2013-epiphany-ad2fb83740b906a3484faec8bd7934495730931e.zip |
ephy-window.c: remove debug message.
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index c3e7e8f5f..499c82ea8 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -1631,7 +1631,6 @@ sync_tab_load_progress (EphyWebView *view, GParamSpec *pspec, EphyWindow *window return; progress = webkit_web_view_get_progress (WEBKIT_WEB_VIEW (view)); - g_message ("PROGRESS IS %f", progress); if (progress == 1.0 && pspec) { window->priv->clear_progress_timeout_id = |