Removed a debug statement from production code

DEVEL_2_0_BRANCH-1
Karl Heinz Kremer 2000-11-19 22:28:05 +00:00
rodzic 439e781922
commit 2447e93bf8
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1726,7 +1726,7 @@ static SANE_Status attach ( const char * dev_name, Epson_Device * * devp) {
if (request_focus_position(s, &s->currentFocusPosition) == SANE_STATUS_GOOD)
{
DBG( 0, "Enabling 'Set Focus' support\n");
DBG( 1, "Enabling 'Set Focus' support\n");
s->hw->focusSupport = SANE_TRUE;
s->opt[ OPT_FOCUS].cap &= ~SANE_CAP_INACTIVE;
@ -1745,7 +1745,7 @@ static SANE_Status attach ( const char * dev_name, Epson_Device * * devp) {
}
else
{
DBG( 0, "Disabling 'Set Focus' support\n");
DBG( 1, "Disabling 'Set Focus' support\n");
s->hw->focusSupport = SANE_FALSE;
s->opt[ OPT_FOCUS].cap |= SANE_CAP_INACTIVE;
}