mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-07 11:17:14 +00:00
remove console.log
This commit is contained in:
parent
21509047bb
commit
abbf09eaaa
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ var walk = function(folder){
|
|||
walk(path.join(__dirname, "/../build"));
|
||||
|
||||
var getBuildUrl = function(url){
|
||||
console.log(url, buildFiles[url])
|
||||
if(buildFiles[url]) return '/' + buildFiles[url];
|
||||
|
||||
return '/' + url;
|
||||
|
|
|
|||
Loading…
Reference in a new issue