Commit 7760d3b2 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix repo_helper offenses

parent 957834e6
......@@ -17,7 +17,6 @@ const RepoHelper = {
getLanguageForFile(file, langs) {
const ext = `.${file.name.split('.').pop()}`;
console.log('ext',ext,'ext')
let foundLang;
if (langs.some((l) => {
if (l.extensions && l.extensions.indexOf(ext) > -1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment