Skip to content

Commit 4077c1d

Browse files
committed
remove duplicate constant
1 parent 3a0479e commit 4077c1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/utils/emulator.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ func (m EmulatorAPIServer) Logs(w http.ResponseWriter, r *http.Request) {
332332
}
333333
}
334334

335-
const cadenceFileSuffix = ".cdc"
336-
337335
func (m EmulatorAPIServer) AllContractsZip(w http.ResponseWriter, r *http.Request) {
338336
w.Header().Set("Content-Disposition", "attachment; filename=contracts.zip")
339337
w.Header().Set("Content-Type", "application/zip")

0 commit comments

Comments
 (0)