Removed debug code.
authorBenjamin Mako Hill <mako@atdot.cc>
Sat, 18 Aug 2007 00:07:49 +0000 (00:07 +0000)
committerBenjamin Mako Hill <mako@atdot.cc>
Sat, 18 Aug 2007 00:07:49 +0000 (00:07 +0000)
git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@47 1440c7f4-e209-0410-9a04-881b5eb134a8

lib/rubyvote/condorcet.rb

index 85cb897df9dc975e8c00238bfc81388d97aba417..d0210efe19cfbf4fd09f9feb9dc82e4678583b74 100644 (file)
@@ -1,10 +1,6 @@
 # election library -- a ruby library for elections
 # copyright © 2005 MIT Media Lab and Benjamin Mako Hill
 
 # election library -- a ruby library for elections
 # copyright © 2005 MIT Media Lab and Benjamin Mako Hill
 
-require 'rubygems'
-require 'ruby-debug'
-Debugger.start
-
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or

Benjamin Mako Hill || Want to submit a patch?