Skip to content

Commit

Permalink
Remove code for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitom committed Feb 27, 2016
1 parent d4cd505 commit c914977
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion coffee/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ module.exports = (options = {}) ->
@emit 'error', err
callback()
.then (cmnd) =>
console.log cmnd
# file_name.sketch is a directory (=3.0)
# file_name.sketch is a file (>3.1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-sketch",
"description": "SketchTool plugin for gulp",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/cognitom/gulp-sketch",
"repository": {
"type": "git",
Expand Down

0 comments on commit c914977

Please sign in to comment.