Skip to content

Commit

Permalink
Remove commented-out import
Browse files Browse the repository at this point in the history
  • Loading branch information
rcebulko committed May 3, 2021
1 parent 9bd2150 commit 451b486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import {createErrorVargs, duplicateErrorIfNecessary} from './core/error';
import {getMode} from './mode';
import {internalRuntimeVersion} from './internal-version';
import {isArray /*, isElement, isEnumValue, isString*/} from './core/types';
import {isArray} from './core/types';
import {once} from './core/types/function';
import {urls} from './config';

Expand Down

0 comments on commit 451b486

Please sign in to comment.