removing "compiling..." notification since modal dialog takes care of it.

This commit is contained in:
Peli de Halleux 2015-07-29 17:22:43 -07:00
Родитель 3a886d32cb
Коммит 33d12825cb
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -816,7 +816,6 @@ module TDev.Cloud {
err => Util.setTimeout(1000, poll))
}
HTML.showProgressNotification(lf("compiling..."));
var config = isFota() ? "fota" : "proto";
Util.httpPostJsonAsync(getPrivateApiUrl("me/installed/" + guid + "/compile"), {
config: config,