Remove debug. see #4189

git-svn-id: https://develop.svn.wordpress.org/trunk@5557 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-05-27 05:28:30 +00:00
parent b41b02db5d
commit 2ea53fa534
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ function wp_delete_object_term_relationships( $object_id, $taxonomies ) {
$terms = get_object_terms($object_id, $taxonomies, 'fields=tt_ids');
$in_terms = "'" . implode("', '", $terms) . "'";
error_log("Terms: " . var_export($terms, true), 0);
$wpdb->query("DELETE FROM $wpdb->term_relationships WHERE object_id = '$object_id' AND term_taxonomy_id IN ($in_terms)");
// Assume all taxonomies have the same object type