changeset 1095:19ddc6d7cd6f

buildmeta: remove debugging statement
author David Schleimer <dschleimer@fb.com>
date Mon, 23 Sep 2013 17:17:12 -0700
parents 9a7e3dbd0f6e
children 691078c03ed9
files hgsubversion/svncommands.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/hgsubversion/svncommands.py
+++ b/hgsubversion/svncommands.py
@@ -214,9 +214,6 @@ def _buildmeta(ui, repo, args, partial=F
                                                        ctx.branch(), ui)
             existing_layout = layouts.detect.layout_from_file(svnmetadir)
             if layout != existing_layout:
-                if existing_layout == 'custom' and layout == 'standard':
-                    import pdb
-                    pdb.set_trace()
                 layouts.persist.layout_to_file(svnmetadir, layout)
             layoutobj = layouts.layout_from_name(layout, ui)
         elif layout == 'single':