.removed DLOGs

git-svn-id: svn://ultimatepp.org/upp/trunk@5661 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-12-26 07:55:16 +00:00
parent 3bb05eef7c
commit 4db8843f7d
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
NAMESPACE_UPP
#define LLOG(x) DLOG(x)
#define LLOG(x) // DLOG(x)
#define LTIMING(x) // RTIMING(x)
static ColorF xpmenuborder[] = {

View file

@ -28,7 +28,7 @@ struct scImageMaker : LRUCache<Image>::Maker {
}
virtual int Make(Image& object) const {
object = m->Make();
DLOG("ImageMaker " << object.GetSerialId() << ", size " << object.GetSize() << ", paintonly: " << paintonly);
LLOG("ImageMaker " << object.GetSerialId() << ", size " << object.GetSize() << ", paintonly: " << paintonly);
if(paintonly && !IsNull(object))
SetPaintOnly__(object);
return object.GetLength() + 100;