insignificant

This commit is contained in:
Dhanya Maliakal 2017-05-08 14:48:29 +02:00
parent 6d7fb07a4c
commit 8471765e30

View File

@ -27,7 +27,7 @@ Fifo::Fifo(uint32_t fifoItemSize, uint32_t fifoDepth, bool &success):
Fifo::~Fifo() {
FILE_LOG (logDEBUG) << __AT__ << " called";
cprintf(BLUE,"Fifo Object %d: Goodbye\n", index);
//cprintf(BLUE,"Fifo Object %d: Goodbye\n", index);
DestroyFifos();
NumberofFifoClassObjects--;
}