From: Benjamin Mako Hill Date: Sat, 18 Aug 2007 00:07:49 +0000 (+0000) Subject: Removed debug code. X-Git-Url: https://projects.mako.cc/source/rubyvote/commitdiff_plain/2d1cdf944a266ee1dbc49e8c8aabe9220d20a023?hp=aedf5193ed2a020c02fac7932198eb556bfb4b0a;ds=sidebyside Removed debug code. git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@47 1440c7f4-e209-0410-9a04-881b5eb134a8 --- diff --git a/lib/rubyvote/condorcet.rb b/lib/rubyvote/condorcet.rb index 85cb897..d0210ef 100644 --- a/lib/rubyvote/condorcet.rb +++ b/lib/rubyvote/condorcet.rb @@ -1,10 +1,6 @@ # 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