Skip to content
Snippets Groups Projects
Commit 21d30e10 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove cleartoeos() hack

It's in JS now.
parent 38bd307b
Branches
Tags
No related merge requests found
Pipeline #8610 passed
......@@ -131,13 +131,6 @@ var details = {
},
}
console.cleartoeos = function(attr)
{
if (attr !== undefined)
console.attributes = attr;
console.write("\x1b[J");
}
function format_entry(str)
{
return str.replace(/[\x00-\x1F\x80-\x9F\\]/g, function(match) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment