Skip to content

Commit

Permalink
remove console msg
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Oct 15, 2020
1 parent 8cb1d9e commit ce7fb5a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import React from 'react';

export function initTimelionTopNavDirective(app, deps) {
app.directive('timelionTopNav', function (reactDirective) {
console.dir(deps);
return reactDirective(
(props) => {
const { TopNavMenu } = deps.plugins.navigation.ui;
Expand Down

0 comments on commit ce7fb5a

Please sign in to comment.