Commit 6fb74bfb authored by malenov's avatar malenov
Browse files

removal of debugging message

parent 14206d8e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -791,10 +791,6 @@ void* mem_alloc(

        Num_Records++;
    }
    else
    {
        printf("Record Exists");
    }

    /* Allocate memory block for the new record, add signature before the beginning and after the memory block and fill it with magic value */
    ptr_record->block_ptr = mem_alloc_block(size, size_str);