Skip to content

Commit 6e84bab

Browse files
committed
removed commented out code
1 parent 14a51a6 commit 6e84bab

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/mods.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ func factorioLogin(username string, password string) (string, error, int) {
135135

136136
//Search inside the factorio mod portal
137137
func searchModPortal(keyword string) (string, error, int) {
138-
//resp, get_err := http.Get
139138
req, err := http.NewRequest(http.MethodGet, "https://mods.factorio.com/api/mods", nil)
140139
if err != nil {
141140
return "error", err, 500

ui/App/components/Mods/ModUpload.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ class ModUpload extends React.Component {
44
componentDidMount() {
55
$("#mod_upload_input").fileinput({
66
uploadUrl: '/api/mods/upload',
7-
// hiddenThumbnailContent: true,
8-
// showPreview: false,
97
showCancel: false,
108
showUploadedThumbs: false,
119
browseOnZoneClick: true,

0 commit comments

Comments
 (0)