diff --git a/src/clientgui.cpp b/src/clientgui.cpp
index 058bc98d2a335215adf30f92c810bdd70c380deb..86fae1ff8241e5ba71467d0e0e5843a56e770c0d 100644
--- a/src/clientgui.cpp
+++ b/src/clientgui.cpp
@@ -256,7 +256,6 @@ void ClientGui::fillEventsIntoHistogram(const QString& adcchannels)
 
 void Fp311Online::ClientGui::clearHistogram(const bool fromServer)
 {
-    sendSimpleActiontoServer(Protocol::Action::clearHistogram);
     for (int i = 0; i < ExperimentState::NumberOfAdcChannels - 1; i++)
         _histo->SetBinContent(i, 0);
     _histo->ResetStats();