提交 3c74782e 编写于 作者: J Joao Moreno

remove console.log

上级 be68fdbd
......@@ -345,8 +345,6 @@ export class ExtensionGalleryService implements IExtensionGalleryService {
query = query.withSortOrder(options.sortOrder);
}
console.log(query.raw);
return this.queryGallery(query).then(({ galleryExtensions, total }) => {
const extensions = galleryExtensions.map(e => toExtension(e, this.extensionsGalleryUrl));
const pageSize = query.pageSize;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册