[svk-commit] r2386 - trunk/lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Fri May 4 08:09:21 EDT 2007


Author: clkao
Date: Fri May  4 08:09:20 2007
New Revision: 2386

Modified:
   trunk/lib/SVK/Path.pm

Log:
Kill a warning.

Modified: trunk/lib/SVK/Path.pm
==============================================================================
--- trunk/lib/SVK/Path.pm	(original)
+++ trunk/lib/SVK/Path.pm	Fri May  4 08:09:20 2007
@@ -271,7 +271,6 @@
 	$use_tee = !$arg{notee} &&
 	    SVN::TxDelta->can('invoke_window_handler') &&
 	    $m->_backend->has_replay;
-	warn 'use tee' if $use_tee;
         my $mcallback = sub {
             my $rev = shift;
             $logger->info( loc( "Merge back committed as revision %1.\n", $rev ) );


More information about the svk-commit mailing list