Remove test code

Welp
This commit is contained in:
Tetrakern 2024-10-26 23:47:59 +02:00
parent b7e9684672
commit 0ef03c57e5

View File

@ -1567,8 +1567,6 @@ function fictioneer_append_chapter_to_story( $post_id, $story_id, $force = false
return;
}
error_log( $post_id );
// Setup, continued
$chapter_author_id = get_post_field( 'post_author', $post_id );
$story_author_id = get_post_field( 'post_author', $story_id );
@ -1578,8 +1576,6 @@ function fictioneer_append_chapter_to_story( $post_id, $story_id, $force = false
return;
}
error_log( 'force' );
// Get current story chapters
$story_chapters = fictioneer_get_story_chapter_ids( $story_id );