Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from shampiniony/node-bot
Browse files Browse the repository at this point in the history
Cleaned up bot
  • Loading branch information
mikedegeofroy authored Aug 18, 2024
2 parents faf9a39 + 482e609 commit 84ea4d1
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 42 deletions.
Binary file removed public/images/dash/cover.jpg
Binary file not shown.
Binary file removed public/javascripts/dash/cover.jpg
Binary file not shown.
8 changes: 0 additions & 8 deletions public/stylesheets/style.css

This file was deleted.

3 changes: 2 additions & 1 deletion routes/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ function handleQuery(col,byDate,byName){
if(byName){
res = res.sort((a,b)=>sortableText(b.name) > sortableText(a.name) ? -1 : 0)
}
// devlog(res)
return res
}

function devlog(v) {
if (process.env.develop == 'true') {
console.log(v)
} else {
// push to telegram notifications
}
}

Expand Down
15 changes: 0 additions & 15 deletions views/dash/app.pug

This file was deleted.

6 changes: 0 additions & 6 deletions views/error.pug

This file was deleted.

5 changes: 0 additions & 5 deletions views/index.pug

This file was deleted.

7 changes: 0 additions & 7 deletions views/layout.pug

This file was deleted.

0 comments on commit 84ea4d1

Please sign in to comment.