diff --git a/sites/all/modules/commerce_price_table/commerce_price_table.module b/sites/all/modules/commerce_price_table/commerce_price_table.module
index 1015558..b71319e 100644
--- a/sites/all/modules/commerce_price_table/commerce_price_table.module
+++ b/sites/all/modules/commerce_price_table/commerce_price_table.module
@@ -183,7 +183,6 @@ function commerce_price_table_field_validate($entity_type, $entity, $field, $ins
       );
     }
 
-    // @TODO this is not displaying the message but the error id.
     if ($item['max_qty'] < $item['min_qty'] && $item['max_qty'] <> -1) {
       $errors[$field['field_name']][$langcode][$delta][] = array(
         'error' => 'price_table_quantity',
