Skip to content
Snippets Groups Projects
Commit fc851764 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove debug messages and more leftovers

parent dcdb71ac
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ class App {
}
getUser(userId, backrefs=false, relationships=false) {
console.log(userId);
if (userId in this.data.promises.getUser) {
return this.data.promises.getUser[userId];
}
......
......@@ -7,7 +7,7 @@ class PublicCorpusFileList extends CorpusFileList {
<td><span class="title"></span></td>
<td><span class="publishing-year"></span></td>
<td class="right-align">
<a class="list-action-trigger btn-floating service-color darken waves-effect waves-light" data-list-action="download" data-service="corpus-analysis"><i class="material-icons">file_download</i></a>
<a class="list-action-trigger btn-floating service-color darken waves-effect waves-light" data-list-action="view" data-service="corpus-analysis"><i class="material-icons">send</i></a>
</td>
</tr>
`.trim();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment