remove forgotten #define DIAG_IO

This commit is contained in:
Harald Barth 2024-04-22 08:12:08 +02:00
parent 3af2f67792
commit b4e7982099
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@
return true;
}
#define DIAG_IO
// Static setClosed function is invoked from close(), throw() etc. to perform the
// common parts of the turnout operation. Code which is specific to a turnout
// type should be placed in the virtual function setClosedInternal(bool) which is