Commit fd8aca43 authored by Christopher Cottier's avatar Christopher Cottier

removed debugger

parent 3285a2f5
...@@ -22,8 +22,6 @@ const OrderHistory = () => { ...@@ -22,8 +22,6 @@ const OrderHistory = () => {
//setCallMade(true); //setCallMade(true);
}, [user]); }, [user]);
debugger
return ( return (
<main> <main>
<h1 id="order-history-header">Order History</h1> <h1 id="order-history-header">Order History</h1>
......
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