Repository: cordova-docs Updated Branches: refs/heads/master 1fcfb55b6 -> 3161569ff
[lib] Remove debug put messages from version_menu.rb. Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/3161569f Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/3161569f Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/3161569f Branch: refs/heads/master Commit: 3161569ff3467ea03953ce805fb21afa00fa58b7 Parents: 1fcfb55 Author: Michael Brooks <[email protected]> Authored: Mon Jun 9 16:35:35 2014 -0700 Committer: Michael Brooks <[email protected]> Committed: Mon Jun 9 16:35:35 2014 -0700 ---------------------------------------------------------------------- lib/cordova/version_menu.rb | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3161569f/lib/cordova/version_menu.rb ---------------------------------------------------------------------- diff --git a/lib/cordova/version_menu.rb b/lib/cordova/version_menu.rb index 3cd95b7..c937584 100644 --- a/lib/cordova/version_menu.rb +++ b/lib/cordova/version_menu.rb @@ -50,7 +50,6 @@ class VersionMenu # only build versions once for performance if @@versions.nil? - puts "building menu list" @@versions = {} # build hash of languages and versions @@ -70,7 +69,6 @@ class VersionMenu end if @@optgroup_set.nil? - puts "building opt group" @@optgroup_set = Nokogiri::XML::NodeSet.new doc # generate HTML <select> output
