Skip to content

Commit

Permalink
Remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Sep 22, 2017
1 parent fd5ce29 commit a33b10b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/babel/preval-extract/extractStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ export default function extractStyles(
return;
}

if (cache && hasCachedStyles(filename, data)) {
if (!single) {
addRequireForCss(types, program, filename);
}

return;
}

if (cache) {
if (single) {
if (hasCachedStyles(currentFilename, data)) {
Expand Down

0 comments on commit a33b10b

Please sign in to comment.