From 2d1cdf944a266ee1dbc49e8c8aabe9220d20a023 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sat, 18 Aug 2007 00:07:49 +0000 Subject: [PATCH 1/1] Removed debug code. git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@47 1440c7f4-e209-0410-9a04-881b5eb134a8 --- lib/rubyvote/condorcet.rb | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.30.2