Ver Fonte

Removed unnecessary comments

deadtom há 1 mês atrás
pai
commit
2c147bd557

+ 0 - 2
ownchatbot/templates/follower.html

@@ -1,7 +1,5 @@
 <!DOCTYPE html>
 <html lang="en">
-<!-- Polls the check_followers route every three seconds. When a new follower is found,
-the alert is displayed for ten seconds. -->
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">

+ 0 - 2
ownchatbot/templates/rgoal.html

@@ -1,7 +1,5 @@
 <!DOCTYPE html>
 <html lang="en">
-<!-- Polls the check_goals route every three seconds. When a goal is reached,
-the alert is displayed for ten seconds. -->
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">

+ 0 - 2
ownchatbot/templates/rmilestone.html

@@ -1,7 +1,5 @@
 <!DOCTYPE html>
 <html lang="en">
-<!-- Polls the check_milestones route every three seconds. When a new milestone is reached,
-the alert is displayed for ten seconds. -->
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">