From baa62416e33bbb8f4205697c505ce950cb40b5e0 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 5 Jul 2021 08:02:42 +0530 Subject: Removed references to png images since they were not being used anyways. --- src/api/server/ServerApi.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/api/server') diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js index 8fdaed363..24d095556 100644 --- a/src/api/server/ServerApi.js +++ b/src/api/server/ServerApi.js @@ -624,7 +624,6 @@ export default class ServerApi { recipe.icons = { svg: `${recipe.path}/icon.svg`, - png: `${recipe.path}/icon.png`, }; recipe.local = true; -- cgit v1.2.3-54-g00ecf