From 7c8dc1808c3fd9086c901622f7ef852ea93d068d Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 19 Feb 2004 15:46:28 +0000 Subject: [PATCH] Removed debug. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@878 e3e1d417-86f3-4887-817a-d78f3d33393f --- src/zm_image.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/zm_image.cpp b/src/zm_image.cpp index 774dbdca7..d6273ebb2 100644 --- a/src/zm_image.cpp +++ b/src/zm_image.cpp @@ -654,9 +654,6 @@ void Image::Annotate( const char *text, const Coord &coord ) if ( hi_text_y > height ) hi_text_y = height; - Warning(( "TL:%d, TW:%d, TH:%d", text_len, text_width, text_height )); - Warning(( "LTX:%d, HTX:%d, MnTX:%d, MxTX:%d", lo_text_x, hi_text_x, min_text_x, max_text_x )); - Warning(( "LTY:%d, HTY:%d, MnTY:%d, MxTY:%d", lo_text_y, hi_text_y, min_text_y, max_text_y )); if ( colours == 1 ) { unsigned char *ptr = &buffer[(lo_text_y*width)+lo_text_x];