Skip to content

Commit 1d4f400

Browse files
committed
bump and build (wanna test white screen of death on built version)
1 parent 1766e11 commit 1d4f400

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fsg-mod-assistant",
3-
"version": "5.9.81",
3+
"version": "5.9.82",
44
"description": "FSG Farm Sim Mod Assistant",
55
"main": "modAssist_main.js",
66
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",

renderer/renderJS/util/storeItemBuilder.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,6 @@ class client_BuilderPlace {
970970
doSideBar() {
971971
this.#html_arr.sidebar = []
972972

973-
console.log(this.#item.animals)
974-
console.log(`fill-${this.#item.animals.husbandryType?.toLowerCase?.()}`)
975973
this.#add_sidebar(this.#util.markup_data_ifTrue('price', this.#util.num_default(this.#item.sorting.price)))
976974
this.#add_sidebar(this.#util.markup_data_ifTrue('income', this.#util.num_default(this.#item.sorting.incomePerHour)))
977975
this.#add_sidebar(this.#util.markup_data_ifTrue('objects', this.#util.num_default(this.#item.storage.objects)))

0 commit comments

Comments
 (0)