gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 6695ce99a151faa420fa


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 6695ce99a151faa420fa0814eeeeb3fe01fbd6a1
Date: Tue, 28 Sep 2010 10:25:10 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  6695ce99a151faa420fa0814eeeeb3fe01fbd6a1 (commit)
      from  c3ea60e58a8898ed5f4ac9844fc02b75b4b59002 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=6695ce99a151faa420fa0814eeeeb3fe01fbd6a1


commit 6695ce99a151faa420fa0814eeeeb3fe01fbd6a1
Author: Benjamin Wolsey <address@hidden>
Date:   Tue Sep 28 12:16:33 2010 +0200

    Drop debugging.

diff --git a/libcore/DisplayList.cpp b/libcore/DisplayList.cpp
index fbaf3d1..7f7f1ec 100644
--- a/libcore/DisplayList.cpp
+++ b/libcore/DisplayList.cpp
@@ -865,8 +865,6 @@ DisplayList::mergeDisplayList(DisplayList& newList)
 {
     testInvariant();
 
-    log_debug("New list size: %s", newList.size());
-
     iterator itOld = beginNonRemoved(_charsByDepth);
     iterator itNew = beginNonRemoved(newList._charsByDepth);
 

-----------------------------------------------------------------------

Summary of changes:
 libcore/DisplayList.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]