Skip to content

Commit 2591248

Browse files
author
Daniel Herzog
committed
Cleanup
1 parent 2309799 commit 2591248

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/network/network_request_crafting_view.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ cls.RequestCraftingView = function(id, name, container_class, html, default_hand
5050
var entries = [];
5151
if (ctx)
5252
entries = ctx.get_entries();
53-
54-
// render entries..
5553
container.clearAndRender(templates.network.request_crafter_main(this._prev_url,
5654
this._prev_request,
5755
entries,
@@ -141,7 +139,6 @@ cls.RequestCraftingView = function(id, name, container_class, html, default_hand
141139

142140
this._handle_send_request_bound = function()
143141
{
144-
// todo: the old context will probably be kept for comparing previous requests.
145142
this._network_logger.remove_crafter_request_context();
146143

147144
this._prev_url = this._urlfield.get_value();

0 commit comments

Comments
 (0)