removed unused print
I forgor
This commit is contained in:
parent
25b2690ab5
commit
e782676c85
@ -125,19 +125,14 @@ char **decryptLogger(logFile logger) //TODO: Fix valgrind issues
|
||||
deallocateOutput(outputBuffer);
|
||||
}
|
||||
|
||||
for (int i = 0; i < buffer3; i++)
|
||||
{
|
||||
printf("%s\n", linesContentDecrypted[i]);
|
||||
}
|
||||
|
||||
//DEALLOCATE EACH linesContent & linesContentDecrypted INDEX
|
||||
for (int i = 0; i < buffer3; i++)
|
||||
{
|
||||
free(linesContent[i]);
|
||||
}
|
||||
|
||||
//DEALLOCATION
|
||||
free(linesContent);
|
||||
|
||||
free(rawContent);
|
||||
|
||||
return linesContentDecrypted;
|
||||
|
Loading…
x
Reference in New Issue
Block a user