Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina committed May 17, 2022
1 parent 28c6d55 commit 5f16f4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/zapp/console/src/common/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ import { Env } from 'config/types';
// tslint:disable-next-line:no-any
export const env: Env = Object.assign({}, process.env, window.env);

console.log('process.env', process.env);
console.log('env', env);

export const isDevEnv = () => env.NODE_ENV === 'development';
export const isTestEnv = () => env.NODE_ENV === 'test';

0 comments on commit 5f16f4c

Please sign in to comment.