Remove log

This commit is contained in:
probablycorey
2014-02-05 17:34:55 -08:00
parent 7166937b13
commit ed8b8f005f

View File

@@ -11,7 +11,6 @@ module.exports = (grunt) ->
stats = fs.lstatSync(sourcePath)
if stats.isSymbolicLink()
console.log sourcePath, destinationPath
grunt.file.mkdir(path.dirname(destinationPath))
fs.symlinkSync(fs.readlinkSync(sourcePath), destinationPath)
else if stats.isFile()