], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

Dr. Dugas first asked how long it had been since the injury, and his PA confirmed that it had been two months and 22 days at the time of Paul’s visit to the clinic. Hilariously, the doctor then joked that Paul had lost a lot of muscle since his injury, much to The Maverick’s dismay. However, the doc noted that the recovering triceps felt great upon examination.

“What happened to all your muscles? […] Triceps feels great. […] How’s your cardio?” Dr. Dugas asked Paul.

When Dr. Dugas asked the member of The Vision about how much cardio he was doing, Paul admitted that he hadn’t been to the gym even once since his injury. This would also explain the reason for his muscle loss, as jokingly pointed out by the doctor earlier.

“Uh, I have not hit the gym a single time,” Paul admitted.

Hearing this, Dr. Dugas was surprised but happy, as he likely would have advised total rest for the same period, and with young athletes there’s always a chance they could over-exert themselves trying to get fit quicker.

Check out their interaction in the vlog below:

My Career Is Over

Logan Paul talks about Triple H moving to Birmingham once

Logan Paul had a bizarre reason for not visiting Dr. Jeffrey Dugas earlier at the OrthoSports Center & Medical Tower in Birmingham, Alabama.

The Maverick noted that he detested Birmingham, and went on to talk about how Triple H had once spent nearly a year there while rehabbing from an injury. He described his mansion in Puerto Rico as paradise, where he lived with his beautiful wife and daughter.

“Dude, they told me I need to come and see this doctor. I’ll be honest, I’ve been putting it off cuz we’re in Birmingham, Alabama. And man, this place su*ks. Triple H said he moved here for like 8-12 months just to do rehab and focus on his recovery. I definitely didn’t do that. Oh, I live in paradise, is all, in a mansion with a beautiful wife and a kid,” Paul said.

With Dr. Dugas happy with Logan Paul’s progress in these past few months, it remains to be seen when The Maverick will be cleared to compete inside a WWE ring again.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-the-revelation-of-a-maverick-logan-paul-shares-hilariously-terrible-injury-update?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…






Read the full article here

Leave A Reply

Exit mobile version