remove ap

This commit is contained in:
2015-12-02 23:31:43 +08:00
parent de97880225
commit 6664d0c06f
@@ -97,8 +97,6 @@ class Api::V1::PostsController < Api::V1::ApplicationController
end
def process_post
ap '--------------'
ap @post.processed
if !@post.processed
ProcessPostWorker.perform_async @post.url
end