history.cpp

changeset 146
2ab24976acaa
parent 135
c243df39913e
child 153
03a7bdcce50d
--- a/history.cpp	Sat Apr 27 16:22:35 2013 +0300
+++ b/history.cpp	Sun Apr 28 04:04:36 2013 +0300
@@ -146,10 +146,8 @@
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 // =============================================================================
 void EditHistory::undo () {
-	for (ulong idx : ulaIndices) {
-		printf ("undo %lu\n", idx);
+	for (ulong idx : ulaIndices)
 		g_CurrentFile->object (idx)->replace (paOldObjs[idx]->clone ());
-	}
 	
 	g_ForgeWindow->refresh ();
 }

mercurial