diff --git a/src/encrypter.c b/src/encrypter.c index 077014c..da24d7f 100644 --- a/src/encrypter.c +++ b/src/encrypter.c @@ -95,9 +95,6 @@ encryptText(char *text, char *keyNew) for (int i = 0; i < (sizeof(textKeyChain) / sizeof(int)); i++) { numberBuffer += countIntLength(textKeyChain[i]); - - //CHECK FOR MINUS - if (textKeyChain[i] < 0) numberBuffer++; } //ALLOCATE returningText (WITH THE SEPARATORS)