mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 15:40:02 -04:00
remove useless logs
This commit is contained in:
parent
93db66ebc8
commit
dc490064d3
4 changed files with 2 additions and 7 deletions
|
@ -5,7 +5,7 @@ export default function (client: ScramjetClient, self: typeof window) {
|
|||
client.Trap("Document.prototype.cookie", {
|
||||
get(ctx) {
|
||||
const cookiestring = ctx.get();
|
||||
dbg.log("original cookiestring", cookiestring);
|
||||
// dbg.log("original cookiestring", cookiestring);
|
||||
//
|
||||
// if (!cookiestring) return "";
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue