mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 21:41:40 +00:00
remove bad console logs
This commit is contained in:
parent
f79d978c09
commit
6083a2ea74
@ -50,7 +50,6 @@ describe("hx-ws attribute", function() {
|
||||
var div = make('<div hx-ws="connect wss:/foo"><div hx-ws="send" id="d1">div1</div></div>');
|
||||
byId("d1").click();
|
||||
var lastSent = this.socket.getLastSent();
|
||||
console.log(lastSent)
|
||||
var data = JSON.parse(lastSent);
|
||||
data.HEADERS["HX-Request"].should.equal("true");
|
||||
})
|
||||
|
@ -35,7 +35,6 @@ describe("Core htmx perf Tests", function() {
|
||||
// create an entry with a large content string (256k) and see how fast we can write and read it
|
||||
// to local storage as a single entry
|
||||
var str = stringRepeat("<div>", 30) + stringRepeat("<div><div><span><button hx-get='/test'> Test Get Button </button></span></div></div>\n", 1000) + stringRepeat("</div>", 30);
|
||||
console.log(str);
|
||||
var start = performance.now();
|
||||
var stuff = make(str);
|
||||
var end = performance.now();
|
||||
|
Loading…
x
Reference in New Issue
Block a user