Skip to content

Commit d727990

Browse files
author
Nathan Reid
committed
remove console.log
1 parent 28c7119 commit d727990

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vue-component/plugin/vue-compiler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ const hotCompile = Meteor.bindEnvironment(function hotCompile(filePath, inputFil
344344

345345
if (compileResult.cssModules) {
346346
cssModulesHash = Hash(JSON.stringify(compileResult.cssModules));
347-
console.log('css modules hash', cssModulesHash)
348347
}
349348
}
350349
}

0 commit comments

Comments
 (0)