Skip to content

Commit

Permalink
[server] Remove misleading log in AdditionalContentPrefixContextParser
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusludmann authored and roboquat committed Jul 19, 2021
1 parent 0d98e36 commit 4bb8d42
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export class AdditionalContentPrefixContextParser implements IPrefixContextParse
return result[0];
}
}
log.error("Someone tried additionalcontent URL prefix.", {context});
return undefined;
}

Expand Down

0 comments on commit 4bb8d42

Please sign in to comment.