[svk-commit] r2823 - trunk/lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Wed May 7 18:53:54 EDT 2008


Author: clsung
Date: Wed May  7 18:53:53 2008
New Revision: 2823

Modified:
   trunk/lib/SVK/Command/Branch.pm

Log:
- remove "Project mapped" output
  - ref: http://task.hm/EC3L

Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm	(original)
+++ trunk/lib/SVK/Command/Branch.pm	Wed May  7 18:53:53 2008
@@ -98,7 +98,6 @@
     my $proj = $self->load_project($target);
 
     if ($proj) {
-        $logger->info( loc("Project mapped."));
         $proj->info($target);
     } else {
         $target->root->check_path($target->path)


More information about the svk-commit mailing list