Disabled "searching from root" messages

master
Yevgen Muntyan 2006-11-25 11:48:33 -06:00
parent 2dcdb532b4
commit a0af4e7770
1 changed files with 1 additions and 1 deletions

View File

@ -4491,7 +4491,7 @@ get_segment_at_offset (GtkSourceContextEngine *ce,
if (offset == ce->priv->root_segment->end_at)
return ce->priv->root_segment;
#if 1
#ifdef ENABLE_DEBUG
/* if you see this message (often), then something is
* wrong with the hints business, i.e. optimizations
* do not work quite like they should */