diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-29 16:20:32 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-29 16:20:32 -0400 |
commit | f94032dccada873a355e8665036bf1c2fefe4a8b (patch) | |
tree | cb993c29c93608619fe37fa20ec245f2aa728973 /dw/layout.cc | |
parent | f35df545841fc10b0a61b33901002e401b3dd487 (diff) |
Removed lingering MSG
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/layout.cc b/dw/layout.cc index 170ec20e..1e3da7ca 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -460,7 +460,6 @@ void Layout::scrollIdle () if (drawAfterScrollReq) { drawAfterScrollReq = false; view->queueDrawTotal (); - MSG("Layout::scrollIdle: view->queueDrawTotal()\n"); } } |