diff --git a/hourglass/client/profile/profile.js b/hourglass/client/profile/profile.js index 522ceb6..487e3a0 100644 --- a/hourglass/client/profile/profile.js +++ b/hourglass/client/profile/profile.js @@ -2,10 +2,6 @@ import { Template } from 'meteor/templating'; -Meteor.subscribe('schools'); -Meteor.subscribe('classes'); -Meteor.subscribe('work'); - Session.set("profInputOpen", null); Session.set("profClassTab", "manClass"); Session.set("modifying", null);