In this article, we review a variable named noOp. This is something I found in logger.ts file in the n8n source code.
When I saw this line below, what it tells me straight away is that it’s something to do with no operation :
const noOp = () => {};
...