@@ -72,10 +72,6 @@ module.exports = function (aws, executions){
     }
 
     this.startQueue = function (startedCallback) {
-        // TODO : move this in the function invocation ?
-        // console.log(this.initialized);
-        // if (_initialized) throw "Already initialized";
-
         var params = {
             QueueName: settings.sqsQueueName,
             Attributes: {