mirror of https://github.com/statping/statping
fix: removed log
parent
9871164539
commit
ead4f4aa79
|
@ -8,7 +8,6 @@ import { initLumberjack } from "../utils/trackers";
|
|||
import { generateUUID, getUserId, setUerId } from "../utils/helper";
|
||||
|
||||
const App = () => {
|
||||
console.log(`Application running on ${process.env.NODE_ENV} mode.`);
|
||||
useEffect(() => {
|
||||
if(!getUserId()) {
|
||||
setUerId(generateUUID(14));
|
||||
|
|
Loading…
Reference in New Issue