Removed unused comment

This commit is contained in:
Eloízio Salgado 2017-01-26 11:52:25 -02:00 committed by Emanuel F. Oliveira
parent ed66a38654
commit e8244b9d75

View File

@ -68,7 +68,6 @@ configuration = {
* This object contains all the functions needed for interacting with the stack manager.
* Generally, findStack is the only function used. If you want to know when new stacks
* come in, you can register a callback with addStackUpdatedCallback.
* clearStacks and makeAndAddStack should not used outside of loadStudy and removeStudies.
*/
const StackManager = {
/**