Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mosop committed Jan 5, 2017
1 parent 24404f6 commit dcaec61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: run
version: 0.5.0
version: 0.5.0.1

authors:
- mosop
Expand Down
1 change: 0 additions & 1 deletion src/run/global.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module Run

# :nodoc:
def self.<<(process : ProcessLike)
STDERR.puts process
case process
when Process
@@processes << process
Expand Down
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Run
VERSION = "0.5.0"
VERSION = "0.5.0.1"
end

0 comments on commit dcaec61

Please sign in to comment.