diff Main/jungle-main/store/impl/logger/LoggingChildren.cs @ 28:9588ad364fdd

Last commit before change.
author Kazuma Takeda
date Wed, 18 Jan 2017 19:53:29 +0900
parents 1f99e150f336
children f2ea780b3e80
line wrap: on
line diff
--- a/Main/jungle-main/store/impl/logger/LoggingChildren.cs	Fri Dec 16 00:25:03 2016 +0900
+++ b/Main/jungle-main/store/impl/logger/LoggingChildren.cs	Wed Jan 18 19:53:29 2017 +0900
@@ -33,7 +33,6 @@
 
 		public Either<Error,LoggingNode> addNewChildAt(int _pos)
 		{
-			Debug.Log ("in addNewChild");
 			NodeOperation addNewChildAt = new AppendChildAtOperation(_pos);
 			return edit(addNewChildAt);
 		}