Remove unnecessary TODOs

This commit is contained in:
yflory
2017-03-27 11:53:13 +02:00
parent d92a875ce5
commit 71c59d7ae2
5 changed files with 2 additions and 10 deletions

View File

@@ -715,7 +715,6 @@ define([
var second = function (CM) {
Cryptpad.ready(function (err, env) {
// TODO handle error
andThen(CM);
});
Cryptpad.onError(function (info) {
@@ -728,7 +727,6 @@ define([
var first = function () {
if (ifrw.CodeMirror) {
// it exists, call your continuation
//andThen(ifrw.CodeMirror);
second(ifrw.CodeMirror);
} else {
console.log("CodeMirror was not defined. Trying again in %sms", interval);