removed incorrect comment that stated that the return value of addSketches was ignored, when it actually was used in a few places

This commit is contained in:
Jett
2013-07-07 05:30:36 -05:00
parent 7346300b13
commit 37545c6905

View File

@@ -1384,7 +1384,7 @@ public class Base {
}
}
}
return found; // actually ignored, but..
return found;
}