removed unused code
diff --git a/unsupported/test/FFT.cpp b/unsupported/test/FFT.cpp
index b13a781..8347bb7 100644
--- a/unsupported/test/FFT.cpp
+++ b/unsupported/test/FFT.cpp
@@ -25,10 +25,6 @@
 #include "main.h"
 #include <unsupported/Eigen/FFT.h>
 
-//#include <iostream>
-//#include <cstdlib>
-//#include <typeinfo>
-
 using namespace std;
 
 template <class T>
@@ -36,8 +32,6 @@
 {
     typedef typename Eigen::FFT<T>::Complex Complex;
 
-    //cout << "type:" << typeid(T).name() << " nfft:" << nfft;
-
     FFT<T> fft;
 
     vector<Complex> inbuf(nfft);