[Igarden-commit] Garden/source/LayoutDB Layout.cpp, 1.27.2.3, 1.27.2.4
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-05 03:06:11
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10619 Modified Files: Tag: Release_branch_v1 Layout.cpp Log Message: Remove a debug print left in by mistake Index: Layout.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/Layout.cpp,v retrieving revision 1.27.2.3 retrieving revision 1.27.2.4 diff -C2 -d -r1.27.2.3 -r1.27.2.4 *** Layout.cpp 2 Dec 2006 05:33:01 -0000 1.27.2.3 --- Layout.cpp 5 Dec 2006 03:06:06 -0000 1.27.2.4 *************** *** 529,533 **** void Layout::AddPalette(long group, MaterialCollection *palette) { ! printf("Add palette %s to group %ld\n", palette->GetName().c_str(), group); _paletteGroups[group]->_palettes.push_back(palette); } --- 529,533 ---- void Layout::AddPalette(long group, MaterialCollection *palette) { ! // printf("Add palette %s to group %ld\n", palette->GetName().c_str(), group); _paletteGroups[group]->_palettes.push_back(palette); } |