diff --git a/include/Product.php b/include/Product.php
index 111677c..3362e72 100644
--- a/include/Product.php
+++ b/include/Product.php
@@ -142,10 +142,9 @@ class Product extends Entity {
         }
 
         if($matchAll && array_diff_assoc($terms, $matches)) {
-            // print('=== DEBUG $terms ===<br>');
-            // var_dump($terms);
-            // print('<br><br>');
-
+            print('=== DEBUG $terms ===<br>');
+            var_dump($terms);
+            print('<br><br>');
             print('=== DEBUG diff $terms and $matches ===<br>');
             var_dump(array_diff_assoc($terms, $matches));
             print('<br><br>');