CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/22 15:26:16

Modified files:
        server         : PropertyList.cpp 

Log message:
        comment out debugging print in delProperty

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/PropertyList.cpp?cvsroot=gnash&r1=1.11&r2=1.12

Patches:
Index: PropertyList.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/PropertyList.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- PropertyList.cpp    19 Mar 2007 17:11:14 -0000      1.11
+++ PropertyList.cpp    22 Mar 2007 15:26:16 -0000      1.12
@@ -141,7 +141,7 @@
 std::pair<bool,bool>
 PropertyList::delProperty(const std::string& key)
 {
-       GNASH_REPORT_FUNCTION;
+       //GNASH_REPORT_FUNCTION;
        iterator it=find(key);
        if ( it == end() ){
                return std::make_pair(false,false);


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to