Tadashi Okoshi
slash****@users*****
2005年 7月 1日 (金) 16:22:36 JST
Index: affelio/lib/Affelio/misc/Debug.pm
diff -u affelio/lib/Affelio/misc/Debug.pm:1.5 affelio/lib/Affelio/misc/Debug.pm:1.6
--- affelio/lib/Affelio/misc/Debug.pm:1.5 Fri Jul 1 11:00:10 2005
+++ affelio/lib/Affelio/misc/Debug.pm Fri Jul 1 16:22:36 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.5 2005/07/01 02:00:10 slash5234 Exp $
+# $Id: Debug.pm,v 1.6 2005/07/01 07:22:36 slash5234 Exp $
package Affelio::misc::Debug;
{
@@ -24,7 +24,9 @@
sub debug_print{
my ($msg)= @_;
-
+####################
+ return;
+####################
chomp ($msg);
$msg .= "\n";
if($msg){