Tadashi Okoshi
slash****@users*****
2005年 12月 17日 (土) 03:42:27 JST
Index: affelio/lib/Affelio/misc/Debug.pm
diff -u affelio/lib/Affelio/misc/Debug.pm:1.7 affelio/lib/Affelio/misc/Debug.pm:1.8
--- affelio/lib/Affelio/misc/Debug.pm:1.7 Tue Nov 8 14:16:29 2005
+++ affelio/lib/Affelio/misc/Debug.pm Sat Dec 17 03:42:27 2005
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: Debug.pm,v 1.7 2005/11/08 05:16:29 slash5234 Exp $
+# $Id: Debug.pm,v 1.8 2005/12/16 18:42:27 slash5234 Exp $
package Affelio::misc::Debug;
{
@@ -25,7 +25,7 @@
sub debug_print{
my ($msg)= @_;
####################
-# return;
+ return;
####################
chomp ($msg);
$msg .= "\n";