mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-12 16:07:59 +00:00
removes debuging lines
This commit is contained in:
parent
414e5cb3c0
commit
7847ba3a40
@ -32,7 +32,6 @@ function requestRepliedBefore(postLi)
|
||||
if (reply_n[0] !== '!') {
|
||||
dhtget(reply_n, "post" + reply_k, "s",
|
||||
function (postLi, postFromJson) {
|
||||
console.log(postFromJson);
|
||||
if (postFromJson) {
|
||||
postLi.find('textarea').textcomplete('destroy'); // FIXME maybe we need to reset position instead (but curently it's cheaper)
|
||||
var newStreamPost = postToElem(postFromJson, "related");
|
||||
@ -48,7 +47,6 @@ function requestRepliedBefore(postLi)
|
||||
var params = [1, parseInt(reply_k)];
|
||||
twisterRpc("getspamposts", params,
|
||||
function (postLi, postFromJson) {
|
||||
console.log(postFromJson[0]);
|
||||
if (postFromJson) {
|
||||
postLi.find('textarea').textcomplete('destroy'); // FIXME maybe we need to reset position instead (but curently it's cheaper)
|
||||
var newStreamPost = postToElem(postFromJson[0], "related", 1);
|
||||
|
Loading…
Reference in New Issue
Block a user