src/gui_actions.cc

changeset 577
17a88e2470c9
parent 575
59c0b57e843b
child 578
a86ae85a277c
--- a/src/gui_actions.cc	Fri Dec 20 04:05:36 2013 +0200
+++ b/src/gui_actions.cc	Fri Dec 20 13:35:08 2013 +0200
@@ -679,7 +679,6 @@
 	// If this the parent document isn't already in s/, we need to stuff it into
 	// a subdirectory named s/. Ensure it exists!
 	str topdirname = basename (dirname (getCurrentDocument()->getFullPath()));
-	dlog ("topdirname: %1", topdirname);
 
 	if (topdirname != "s")
 	{	str desiredPath = subdirname + "/s";

mercurial