mirror of https://github.com/calzoneman/sync.git
Remove console.log
This commit is contained in:
parent
058b24323d
commit
4319111f47
|
@ -630,7 +630,6 @@ $("#cs-chatfilters-newsubmit").click(function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
socket.once("addFilterSuccess", function () {
|
socket.once("addFilterSuccess", function () {
|
||||||
console.log("addFilterSuccess");
|
|
||||||
$("#cs-chatfilters-newname").val("");
|
$("#cs-chatfilters-newname").val("");
|
||||||
$("#cs-chatfilters-newregex").val("");
|
$("#cs-chatfilters-newregex").val("");
|
||||||
$("#cs-chatfilters-newflags").val("");
|
$("#cs-chatfilters-newflags").val("");
|
||||||
|
|
|
@ -2307,7 +2307,6 @@ function formatCSChatFilterList() {
|
||||||
|
|
||||||
socket.emit("updateFilter", f);
|
socket.emit("updateFilter", f);
|
||||||
socket.once("updateFilterSuccess", function () {
|
socket.once("updateFilterSuccess", function () {
|
||||||
console.log("updateFilterSuccess");
|
|
||||||
reset();
|
reset();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue