Cleanup comment
This commit is contained in:
parent
03b637b494
commit
bbca186ab9
1 changed files with 0 additions and 3 deletions
|
|
@ -172,9 +172,6 @@ export default () => {
|
||||||
setLoadingText('Processing Data')
|
setLoadingText('Processing Data')
|
||||||
|
|
||||||
if (division === 'electrical') {
|
if (division === 'electrical') {
|
||||||
// const isPaid = BACKEND.includes('localhost') ? await checkStatusPopsLocal(application) : await statusPopsOp(application)
|
|
||||||
// let isPaid
|
|
||||||
|
|
||||||
if (BACKEND.includes('localhost')) {
|
if (BACKEND.includes('localhost')) {
|
||||||
const status = await checkStatusPopsLocal(application)
|
const status = await checkStatusPopsLocal(application)
|
||||||
if (status.result > 0) popsExist = true
|
if (status.result > 0) popsExist = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue