Remove PID printing

This commit is contained in:
e.gavrin
2014-07-31 21:26:27 +04:00
parent 2e0a3d4aca
commit 7a076c3624
-1
View File
@@ -22,7 +22,6 @@ OUTPUT=
$JERRY $TEST &
PID=$!
echo $PID;
while true;
do