Remove comments

This commit is contained in:
karuppayya 2016-11-08 23:38:16 +05:30
parent a1304a2288
commit 4d971961e2

View file

@ -196,7 +196,6 @@ public class RemoteInterpreterEventPoller extends Thread {
appListener.onStatusChange(noteId, paragraphId, appId, status);
} else if (event.getType() == RemoteInterpreterEventType.META_INFOS) {
// on output update
Map<String, String> metaInfos = gson.fromJson(event.getData(),
new TypeToken<Map<String, String>>() {
}.getType());