diff --git a/Testbench/main.cpp b/Testbench/main.cpp
index 7801cb9ebd6e6ade77313dd1fa4d9bfffea81927..0849a804bef88401d561b2508c7ee0b2c4538a07 100644
--- a/Testbench/main.cpp
+++ b/Testbench/main.cpp
@@ -3,7 +3,6 @@
 
 int main() {
 
-//	vec_t key,keyout;
 	stream streamIn;
 	stream streamOut;
 	pkt_t tmp;
@@ -14,10 +13,6 @@ int main() {
 	    position1=1;
 	    position2=8;
 	    indecimal=72;
-//	for (auto& x: key) {
-//		x = 'a';
-//		std::cout << "Key: " << x << std::endl;
-//	}
 
 	for (int y = position1-1; y < position2; y++) {
 
@@ -32,8 +27,8 @@ int main() {
 	        tmp = streamOut.read();
 	        std::cout << "Output: " << tmp.data << std::endl;
 	    	}
-	std::cout << "Value decoded: " << indecimal << std::endl;
-
+	
+	
 	if(selector==1){
 		std::cout << "Value decoded: " << indecimal << std::endl;
 	}