Skip to content

Commit

Permalink
Remove print from device commands
Browse files Browse the repository at this point in the history
  • Loading branch information
greeneca committed Aug 17, 2016
1 parent 75a0734 commit 4a9038f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
roku_builder (3.8.3)
roku_builder (3.8.4)
faraday (~> 0.9)
faraday-digestauth (~> 0.2)
git (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/roku_builder/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def self.exclude_commands
# @return [Array<Symbol>] List of commands that require a device
def self.device_commands
[:sideload, :package, :test, :deeplink, :delete, :navigate, :text,
:monitor, :screencapture, :applist, :print, :profile ]
:monitor, :screencapture, :applist, :profile ]
end


Expand Down
2 changes: 1 addition & 1 deletion lib/roku_builder/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module RokuBuilder
# Version of the RokuBuilder Gem
VERSION = "3.8.3"
VERSION = "3.8.4"
end

0 comments on commit 4a9038f

Please sign in to comment.