Unnecessary line.

This commit is contained in:
André Cruz
2013-06-15 23:44:03 +01:00
parent 578557f3d7
commit 3a7b4fd404
2 changed files with 1 additions and 2 deletions

View File

@@ -250,7 +250,6 @@ ResolveCache.clearRuntimeCache = function () {
// ------------------------
ResolveCache.prototype._getSourceId = function (source) {
return crypto.createHash('md5').update(source).digest('hex');
};