From d2521dabbc4520e1864364a48ff892e28627a8ab Mon Sep 17 00:00:00 2001 From: zhangyang Date: Sat, 8 Sep 2018 17:25:11 +0800 Subject: [PATCH] remove DLOG --- src/operators/feed_op.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/operators/feed_op.h b/src/operators/feed_op.h index 7098e5f08c..e1f8fdf63f 100644 --- a/src/operators/feed_op.h +++ b/src/operators/feed_op.h @@ -35,7 +35,6 @@ class FeedOp : public framework::OperatorBase { auto out_dims = param_.Out()->dims(); out_dims[0] = param_.BatchSize(); param_.Out()->Resize(out_dims); - DLOG << "feed_op output dims size" << out_dims.size(); // note : mobile infershape iscalled when executer is created. so do not // pass lod here . -- GitLab