diff --git a/cce/cce_alpha.py b/cce/cce_alpha.py
index c881f85315031e42aefc0fa6817bbb36fc9a8a3c..a5bb3016580bb46bf6c8e3dc6a697e468b63c698 100644
--- a/cce/cce_alpha.py
+++ b/cce/cce_alpha.py
@@ -1,6 +1,6 @@
 import ROOT
 import os
-# TODO: Need to be TOTALLY rewritten
+
 def read_file(file_path, wave_name):
     with open(file_path + '/' + wave_name, 'r') as f:
         lines = f.readlines()