Remove incorrectly committed byebug.

Follow up to 49b921147a.
This commit is contained in:
Guo Xiang Tan 2019-06-11 16:33:49 +08:00
parent 49b921147a
commit 864222372f
1 changed files with 0 additions and 1 deletions

View File

@ -681,7 +681,6 @@ task 'posts:inline_uploads' => :environment do |_, args|
begin
new_raw = InlineUploads.process(post.raw)
byebug
if post.raw != new_raw
if !dry_run
PostRevisor.new(post, Topic.with_deleted.find_by(id: post.topic_id))