Skip to content

Commit

Permalink
Delete debug fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Nov 28, 2024
1 parent e669c12 commit ce602dc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions frontend/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ import './utils/touchInteractions.js'
import { showNavMixin } from './views/utils/misc.js'
import './views/utils/vStyle.js'

/*
const debugFetch = self.fetch
self.fetch = function (...args) {
return debugFetch.apply(this, args).catch(e => {
console.error('@@@FETCH ERROR', e?.message, e?.stack, args)
throw e
})
}
*/

console.info('GI_VERSION:', process.env.GI_VERSION)
console.info('CONTRACTS_VERSION:', process.env.CONTRACTS_VERSION)
console.info('LIGHTWEIGHT_CLIENT:', process.env.LIGHTWEIGHT_CLIENT)
Expand Down

0 comments on commit ce602dc

Please sign in to comment.