[cairo-commit] roadster/src map.c,1.24,1.25
Ian McIntosh
commit at pdx.freedesktop.org
Sun Mar 13 11:32:47 PST 2005
Committed by: ian
Update of /cvs/cairo/roadster/src
In directory gabe:/tmp/cvs-serv14177/src
Modified Files:
map.c
Log Message:
* src/map.c: Remove debugging message.
Index: map.c
===================================================================
RCS file: /cvs/cairo/roadster/src/map.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- map.c 13 Mar 2005 19:24:27 -0000 1.24
+++ map.c 13 Mar 2005 19:32:45 -0000 1.25
@@ -644,7 +644,7 @@
g_ptr_array_add(
pMap->m_apLayerData[nTypeID]->m_pPointStringsArray, pNewPointString);
} // end while loop on rows
- g_print("[%d rows]\n", uRowCount);
+ //g_print("[%d rows]\n", uRowCount);
TIMER_SHOW(mytimer, "after rows retrieved");
db_free_result(pResultSet);
More information about the cairo-commit
mailing list