dirk-cfx-react 1.0.53 → 1.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -225,7 +225,6 @@ async function fetchNui(eventName, data, mockData) {
225
225
  },
226
226
  body: JSON.stringify(data)
227
227
  };
228
- console.log(mockData);
229
228
  if (isEnvBrowser() && mockData) return mockData;
230
229
  if (isEnvBrowser() && mockData === void 0) {
231
230
  console.warn(