@replicated/portal-components 0.0.24 → 0.0.25

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.
@@ -1203,9 +1203,6 @@ async function fetchUserCore() {
1203
1203
  return {};
1204
1204
  }
1205
1205
  const data = await response.json();
1206
- if (process.env.NODE_ENV !== "production") {
1207
- console.debug("[fetch-user] user data:", data);
1208
- }
1209
1206
  return data;
1210
1207
  } catch (error) {
1211
1208
  if (isRedirectError(error)) {