Remove debug. see #4189

git-svn-id: http://svn.automattic.com/wordpress/trunk@5557 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-05-27 05:28:30 +00:00
parent c816b51b8c
commit 3e59a81327
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