Added debug to countFires
This commit is contained in:
parent
4bdebc0af4
commit
a4053e6dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import Industries from '/imports/api/Industries/Industries';
|
|||
import ravenLogger from '/imports/startup/client/ravenLogger';
|
||||
import ActiveFires from '../ActiveFires';
|
||||
|
||||
const debug = 0;
|
||||
const debug = 1;
|
||||
|
||||
const cleanProv = (prov, stringsToRemove) => {
|
||||
let lprov = prov;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue