1
0
Преглед на файлове

Removed unnecessary comments

deadtom преди 1 месец
родител
ревизия
2c147bd557
променени са 3 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 2
      ownchatbot/templates/follower.html
  2. 0 2
      ownchatbot/templates/rgoal.html
  3. 0 2
      ownchatbot/templates/rmilestone.html

+ 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">