Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commitda0bb79

Browse files
committed
chore: clean up
1 parentbf3a5cf commitda0bb79

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed
-86 Bytes
Binary file not shown.

‎lib/helper/audit_bot.ex‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ defmodule Helper.AuditBot do
3838
text=text|>HtmlSanitizeEx.strip_tags()
3939

4040
with{:ok,result}<-HTTPoison.post(get_endpoint(),{:form,[text:text]},headers)do
41-
IO.inspect(result,label:"audit result")
4241
parse_result(result)
4342
end
4443
end

‎lib/helper/plausible.ex‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ defmodule Helper.Plausible do
4141
false->
4242
{:ok,1}
4343
end
44-
|>IO.inspect(label:"RV")
4544
else
4645
_->
4746
Cache.put(@cache_pool,:realtime_visitors,1)

‎lib/helper/scheduler.ex‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,9 @@ defmodule Helper.Scheduler do
6060
end
6161
end
6262

63-
aliasHelper.AuditBot
64-
6563
defgather_online_status()do
6664
withtrue<-Mix.env()!==:testdo
67-
online=Plausible.realtime_visitors()
68-
IO.inspect(online,label:"gather_online_status")
69-
AuditBot.test()
70-
# tmp debug online
65+
Plausible.realtime_visitors()
7166
end
7267
end
7368
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp