Oops
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 12 Nov 2008 22:30:27 +0000 (22:30 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 12 Nov 2008 22:30:27 +0000 (22:30 +0000)
sales/includes/ui/sales_order_ui.inc

index 5d64b1448d62dea94f4f7be9c38fc56f5dff8d51..59aa396ebe66af26093445d60a94a550bb2c48d4 100644 (file)
@@ -389,9 +389,6 @@ function display_order_header(&$order, $editable, $date_text, $display_tax_group
                }
            $Ajax->activate('items_table');
        }
-       $f = fopen(dirname(__FILE__)."/debug.txt", "w");
-       fwrite($f, "dimension=".$order->dimension_id.",dimension 2=".$order->dimension2_id."\n");
-       fclose($f);
 
        return $customer_error;
 }