diff --git a/allocate.c b/allocate.c
index 1894e5b7aac765a7e87be598d7479cf0c392e2c6..7b384500479c80323c3712a138973aa4d9d98c12 100644
--- a/allocate.c
+++ b/allocate.c
@@ -171,7 +171,7 @@ int main(int argc, char *argv[]) {
                 //next process in queue started
                 if (headProcess != NULL && headProcess->justStarted) {
                     // printf("current time: %d\n", currentTime);
-                    printf("%d,RUNNING,pid=%s,remaining_time=%d,cpu=%d - AAAA line 181\n",
+                    printf("%d,RUNNING,pid=%s,remaining_time=%d,cpu=%d\n",
                            headProcess->startTime, headProcess->processID, headProcess->timeRemaining, j);
                     headProcess->justStarted = 0;
                 }