From 4c01b7ad2abef04cdc55c3ef0f1592e938befcbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E8=BD=A9?= Date: Mon, 25 Feb 2019 11:51:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=B0=83=E8=AF=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/compute/models/cachedimages.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/compute/models/cachedimages.go b/pkg/compute/models/cachedimages.go index d9554a22e8..53c689eee9 100644 --- a/pkg/compute/models/cachedimages.go +++ b/pkg/compute/models/cachedimages.go @@ -290,7 +290,6 @@ func (self *SCachedimage) ChooseSourceStoragecacheInRange(hostType string, exclu q = q.Filter(sqlchemy.Equals(host.Field("manager_id"), v.Id)) } } - q.DebugQuery() err := db.FetchModelObjects(StoragecachedimageManager, q, &scimgs) if err != nil {